#9C4568

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

Shades of Cadillac #9C4568

Tints of Cadillac #9C4568

Color information

#9C4568 (or 0x9C4568) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 68. RGB value is (156,69,104). Sum of RGB (Red+Green+Blue) = 156+69+104=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4568 is #63BA97. Grayscale: #626262. Windows color (decimal): -6535832 or 6833564. OLE color: 6833564.

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

Color convert

RGB15669104-
CMYK00.560.330.39
HSL335.86º38.67%44.12%-
HSV(B)335.86º55.77%61.18%-
XYZ18.3412.3214.51-
YUV99130.82168.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=47.42%
G=20.97%
B=31.61%

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
Decimal1566910400.560.330.39335.8638.6744.12
Hex9C45680382127150272c
Octal23410515007041475204754
Binary10011100100010111010000111000100001100111101010000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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