#9D4C5E

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

Shades of Cadillac #9D4C5E

Tints of Cadillac #9D4C5E

Color information

#9D4C5E (or 0x9D4C5E) is unknown color: approx Cadillac. HEX triplet: 9D, 4C and 5E. RGB value is (157,76,94). Sum of RGB (Red+Green+Blue) = 157+76+94=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C5E is #62B3A1. Grayscale: #666666. Windows color (decimal): -6468514 or 6179997. OLE color: 6179997.

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

Color convert

RGB1577694-
CMYK00.520.400.38
HSL346.67º34.76%45.69%-
HSV(B)346.67º51.59%61.57%-
XYZ18.5113.1512.15-
YUV102.27123.34167.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.01%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=48.01%
G=23.24%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157769400.520.400.38346.6734.7645.69
Hex9D4C5E034282615b232e
Octal23511413606450465334356
Binary10011101100110010111100110100101000100110101011011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,76,94); }

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

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

 a { background-color: rgb(157,76,94); }

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

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

 span { border-color: rgb(157,76,94); }

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