#9D4D60

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

Shades of Cadillac #9D4D60

Tints of Cadillac #9D4D60

Color information

#9D4D60 (or 0x9D4D60) is unknown color: approx Cadillac. HEX triplet: 9D, 4D and 60. RGB value is (157,77,96). Sum of RGB (Red+Green+Blue) = 157+77+96=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D60 is #62B29F. Grayscale: #676767. Windows color (decimal): -6468256 or 6311325. OLE color: 6311325.

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

Color convert

RGB1577796-
CMYK00.510.390.38
HSL345.75º34.19%45.88%-
HSV(B)345.75º50.96%61.57%-
XYZ18.6713.3212.65-
YUV103.09124166.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.58%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=47.58%
G=23.33%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157779600.510.390.38345.7534.1945.88
Hex9D4D60033272615a222e
Octal23511514006347465324256
Binary10011101100110111000000110011100111100110101011010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,77,96); }

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

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

 a { background-color: rgb(157,77,96); }

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

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

 span { border-color: rgb(157,77,96); }

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