#9D4564

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

Shades of Cadillac #9D4564

Tints of Cadillac #9D4564

Color information

#9D4564 (or 0x9D4564) is unknown color: approx Cadillac. HEX triplet: 9D, 45 and 64. RGB value is (157,69,100). Sum of RGB (Red+Green+Blue) = 157+69+100=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4564 is #62BA9B. Grayscale: #626262. Windows color (decimal): -6470300 or 6571421. OLE color: 6571421.

HSL color Cylindrical-coordinate representation of color #9D4564: hue angle of 338.86º 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 #9D4564 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15769100-
CMYK00.560.360.38
HSL338.86º38.94%44.31%-
HSV(B)338.86º56.05%61.57%-
XYZ18.3312.3413.47-
YUV98.85128.65169.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=48.16%
G=21.17%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576910000.560.360.38338.8638.9444.31
Hex9D45640382426153272c
Octal23510514407044465234754
Binary10011101100010111001000111000100100100110101010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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