#9C4662

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

Shades of Cadillac #9C4662

Tints of Cadillac #9C4662

Color information

#9C4662 (or 0x9C4662) is unknown color: approx Cadillac. HEX triplet: 9C, 46 and 62. RGB value is (156,70,98). Sum of RGB (Red+Green+Blue) = 156+70+98=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4662 is #63B99D. Grayscale: #626262. Windows color (decimal): -6535582 or 6440604. OLE color: 6440604.

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

Color convert

RGB1567098-
CMYK00.550.370.39
HSL340.47º38.05%44.31%-
HSV(B)340.47º55.13%61.18%-
XYZ18.1112.3312.98-
YUV98.91127.49168.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=48.15%
G=21.60%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156709800.550.370.39340.4738.0544.31
Hex9C46620372527154262c
Octal23410614206745475244654
Binary10011100100011011000100110111100101100111101010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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