#9D4B6C

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

Shades of Cadillac #9D4B6C

Tints of Cadillac #9D4B6C

Color information

#9D4B6C (or 0x9D4B6C) is unknown color: approx Cadillac. HEX triplet: 9D, 4B and 6C. RGB value is (157,75,108). Sum of RGB (Red+Green+Blue) = 157+75+108=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4B6C is #62B493. Grayscale: #676767. Windows color (decimal): -6468756 or 7097245. OLE color: 7097245.

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

Color convert

RGB15775108-
CMYK00.520.310.38
HSL335.85º35.34%45.49%-
HSV(B)335.85º52.23%61.57%-
XYZ19.1313.2815.74-
YUV103.28130.67166.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.18%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=46.18%
G=22.06%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577510800.520.310.38335.8535.3445.49
Hex9D4B6C0341F26150232d
Octal23511315406437465204355
Binary1001110110010111101100011010011111100110101010000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,75,108); }

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

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

 a { background-color: rgb(157,75,108); }

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

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

 span { border-color: rgb(157,75,108); }

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