#9C4D5D

Color #9C4D5D Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9C4D5D

Tints of Cadillac #9C4D5D

Color information

#9C4D5D (or 0x9C4D5D) is unknown color: approx Cadillac. HEX triplet: 9C, 4D and 5D. RGB value is (156,77,93). Sum of RGB (Red+Green+Blue) = 156+77+93=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D5D is #63B2A2. Grayscale: #666666. Windows color (decimal): -6533795 or 6114716. OLE color: 6114716.

HSL color Cylindrical-coordinate representation of color #9C4D5D: hue angle of 347.85º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D5D is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1567793-
CMYK00.510.400.39
HSL347.85º33.91%45.69%-
HSV(B)347.85º50.64%61.18%-
XYZ18.3413.1711.93-
YUV102.44122.67166.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=47.85%
G=23.62%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156779300.510.400.39347.8533.9145.69
Hex9C4D5D033282715c222e
Octal23411513506350475344256
Binary10011100100110110111010110011101000100111101011100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C4D5D; }

 p { color: rgb(156,77,93); }

 H1.HeaderClassName
 {
   color: #9C4D5D;
 }
 .AnyTagClassName
 {
   color: #9C4D5D;
 }
</style>
background-color css

<style>
 a { background-color: #9C4D5D; }

 a { background-color: rgb(156,77,93); }

 div.DivClassName
 {
   background-color: #9C4D5D;
 }
 .BgClassName
 {
   background-color: #9C4D5D;
 }
</style>
border-color css

<style>
 span { border-color: #9C4D5D; }

 span { border-color: rgb(156,77,93); }

 td.TdClassName
 {
   border-color: #9C4D5D;
 }
 .TagClassName
 {
   border-color: #9C4D5D;
 }
</style>