#9C4561

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

Shades of Cadillac #9C4561

Tints of Cadillac #9C4561

Color information

#9C4561 (or 0x9C4561) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 61. RGB value is (156,69,97). Sum of RGB (Red+Green+Blue) = 156+69+97=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4561 is #63BA9E. Grayscale: #626262. Windows color (decimal): -6535839 or 6374812. OLE color: 6374812.

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

Color convert

RGB1566997-
CMYK00.560.380.39
HSL340.69º38.67%44.12%-
HSV(B)340.69º55.77%61.18%-
XYZ1812.1912.71-
YUV98.2127.32169.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=48.45%
G=21.43%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156699700.560.380.39340.6938.6744.12
Hex9C45610382627155272c
Octal23410514107046475254754
Binary10011100100010111000010111000100110100111101010101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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