#9C4462

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

Shades of Cadillac #9C4462

Tints of Cadillac #9C4462

Color information

#9C4462 (or 0x9C4462) is unknown color: approx Cadillac. HEX triplet: 9C, 44 and 62. RGB value is (156,68,98). Sum of RGB (Red+Green+Blue) = 156+68+98=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4462 is #63BB9D. Grayscale: #616161. Windows color (decimal): -6536094 or 6440092. OLE color: 6440092.

HSL color Cylindrical-coordinate representation of color #9C4462: hue angle of 339.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4462 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1566898-
CMYK00.560.370.39
HSL339.55º39.29%43.92%-
HSV(B)339.55º56.41%61.18%-
XYZ17.9812.0812.94-
YUV97.73128.15169.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=48.45%
G=21.12%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156689800.560.370.39339.5539.2943.92
Hex9C44620382527154272c
Octal23410414207045475244754
Binary10011100100010011000100111000100101100111101010100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,68,98); }

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

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

 a { background-color: rgb(156,68,98); }

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

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

 span { border-color: rgb(156,68,98); }

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