#9D4560

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

Shades of Cadillac #9D4560

Tints of Cadillac #9D4560

Color information

#9D4560 (or 0x9D4560) is unknown color: approx Cadillac. HEX triplet: 9D, 45 and 60. RGB value is (157,69,96). Sum of RGB (Red+Green+Blue) = 157+69+96=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4560 is #62BA9F. Grayscale: #626262. Windows color (decimal): -6470304 or 6309277. OLE color: 6309277.

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

Color convert

RGB1576996-
CMYK00.560.390.38
HSL341.59º38.94%44.31%-
HSV(B)341.59º56.05%61.57%-
XYZ18.1412.2712.48-
YUV98.39126.65169.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=48.76%
G=21.43%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157699600.560.390.38341.5938.9444.31
Hex9D45600382726156272c
Octal23510514007047465264754
Binary10011101100010111000000111000100111100110101010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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