#9C4468

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

Shades of Cadillac #9C4468

Tints of Cadillac #9C4468

Color information

#9C4468 (or 0x9C4468) is unknown color: approx Cadillac. HEX triplet: 9C, 44 and 68. RGB value is (156,68,104). Sum of RGB (Red+Green+Blue) = 156+68+104=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4468 is #63BB97. Grayscale: #626262. Windows color (decimal): -6536088 or 6833308. OLE color: 6833308.

HSL color Cylindrical-coordinate representation of color #9C4468: hue angle of 335.45º 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 #9C4468 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15668104-
CMYK00.560.330.39
HSL335.45º39.29%43.92%-
HSV(B)335.45º56.41%61.18%-
XYZ18.2812.214.49-
YUV98.42131.15169.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=47.56%
G=20.73%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566810400.560.330.39335.4539.2943.92
Hex9C4468038212714f272c
Octal23410415007041475174754
Binary10011100100010011010000111000100001100111101001111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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