#9D4563

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

Shades of Cadillac #9D4563

Tints of Cadillac #9D4563

Color information

#9D4563 (or 0x9D4563) is unknown color: approx Cadillac. HEX triplet: 9D, 45 and 63. RGB value is (157,69,99). Sum of RGB (Red+Green+Blue) = 157+69+99=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4563 is #62BA9C. Grayscale: #626262. Windows color (decimal): -6470301 or 6505885. OLE color: 6505885.

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

Color convert

RGB1576999-
CMYK00.560.370.38
HSL339.55º38.94%44.31%-
HSV(B)339.55º56.05%61.57%-
XYZ18.2812.3313.22-
YUV98.73128.15169.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=48.31%
G=21.23%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157699900.560.370.38339.5538.9444.31
Hex9D45630382526154272c
Octal23510514307045465244754
Binary10011101100010111000110111000100101100110101010100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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