#9C4469

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

Shades of Cadillac #9C4469

Tints of Cadillac #9C4469

Color information

#9C4469 (or 0x9C4469) is unknown color: approx Cadillac. HEX triplet: 9C, 44 and 69. RGB value is (156,68,105). Sum of RGB (Red+Green+Blue) = 156+68+105=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4469 is #63BB96. Grayscale: #626262. Windows color (decimal): -6536087 or 6898844. OLE color: 6898844.

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

Color convert

RGB15668105-
CMYK00.560.330.39
HSL334.77º39.29%43.92%-
HSV(B)334.77º56.41%61.18%-
XYZ18.3312.2214.76-
YUV98.53131.65168.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=47.42%
G=20.67%
B=31.91%

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
Decimal1566810500.560.330.39334.7739.2943.92
Hex9C4469038212714f272c
Octal23410415107041475174754
Binary10011100100010011010010111000100001100111101001111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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