#9C4D75

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

Shades of Cadillac #9C4D75

Tints of Cadillac #9C4D75

Color information

#9C4D75 (or 0x9C4D75) is unknown color: approx Cadillac. HEX triplet: 9C, 4D and 75. RGB value is (156,77,117). Sum of RGB (Red+Green+Blue) = 156+77+117=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D75 is #63B28A. Grayscale: #696969. Windows color (decimal): -6533771 or 7687580. OLE color: 7687580.

HSL color Cylindrical-coordinate representation of color #9C4D75: hue angle of 329.62º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D75 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15677117-
CMYK00.510.250.39
HSL329.62º33.91%45.69%-
HSV(B)329.62º50.64%61.18%-
XYZ19.5813.6618.43-
YUV105.18134.67164.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=44.57%
G=22%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567711700.510.250.39329.6233.9145.69
Hex9C4D75033192714a222e
Octal23411516506331475124256
Binary1001110010011011110101011001111001100111101001010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,77,117); }

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

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

 a { background-color: rgb(156,77,117); }

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

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

 span { border-color: rgb(156,77,117); }

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