#9C4E5C

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

Shades of Cadillac #9C4E5C

Tints of Cadillac #9C4E5C

Color information

#9C4E5C (or 0x9C4E5C) is unknown color: approx Cadillac. HEX triplet: 9C, 4E and 5C. RGB value is (156,78,92). Sum of RGB (Red+Green+Blue) = 156+78+92=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E5C is #63B1A3. Grayscale: #666666. Windows color (decimal): -6533540 or 6049436. OLE color: 6049436.

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

Color convert

RGB1567892-
CMYK00.50.410.39
HSL349.23º33.33%45.88%-
HSV(B)349.23º50%61.18%-
XYZ18.3713.2911.72-
YUV102.92121.84165.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=47.85%
G=23.93%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156789200.50.410.39349.2333.3345.88
Hex9C4E5C032292715d212e
Octal23411613406251475354156
Binary10011100100111010111000110010101001100111101011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,78,92); }

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

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

 a { background-color: rgb(156,78,92); }

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

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

 span { border-color: rgb(156,78,92); }

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