#9D4765

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

Shades of Cadillac #9D4765

Tints of Cadillac #9D4765

Color information

#9D4765 (or 0x9D4765) is unknown color: approx Cadillac. HEX triplet: 9D, 47 and 65. RGB value is (157,71,101). Sum of RGB (Red+Green+Blue) = 157+71+101=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4765 is #62B89A. Grayscale: #646464. Windows color (decimal): -6469787 or 6637469. OLE color: 6637469.

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

Color convert

RGB15771101-
CMYK00.550.360.38
HSL339.07º37.72%44.71%-
HSV(B)339.07º54.78%61.57%-
XYZ18.5112.6113.77-
YUV100.13128.49168.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.72%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=47.72%
G=21.58%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577110100.550.360.38339.0737.7244.71
Hex9D47650372426153262d
Octal23510714506744465234655
Binary10011101100011111001010110111100100100110101010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,101); }

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

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

 a { background-color: rgb(157,71,101); }

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

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

 span { border-color: rgb(157,71,101); }

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