#9D4460

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

Shades of Cadillac #9D4460

Tints of Cadillac #9D4460

Color information

#9D4460 (or 0x9D4460) is unknown color: approx Cadillac. HEX triplet: 9D, 44 and 60. RGB value is (157,68,96). Sum of RGB (Red+Green+Blue) = 157+68+96=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4460 is #62BB9F. Grayscale: #616161. Windows color (decimal): -6470560 or 6309021. OLE color: 6309021.

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

Color convert

RGB1576896-
CMYK00.570.390.38
HSL341.12º39.56%44.12%-
HSV(B)341.12º56.69%61.57%-
XYZ18.0812.1512.46-
YUV97.8126.99170.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=48.91%
G=21.18%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157689600.570.390.38341.1239.5644.12
Hex9D44600392726155282c
Octal23510414007147465255054
Binary10011101100010011000000111001100111100110101010101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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