#9D4B6B

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

Shades of Cadillac #9D4B6B

Tints of Cadillac #9D4B6B

Color information

#9D4B6B (or 0x9D4B6B) is unknown color: approx Cadillac. HEX triplet: 9D, 4B and 6B. RGB value is (157,75,107). Sum of RGB (Red+Green+Blue) = 157+75+107=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4B6B is #62B494. Grayscale: #676767. Windows color (decimal): -6468757 or 7031709. OLE color: 7031709.

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

Color convert

RGB15775107-
CMYK00.520.320.38
HSL336.59º35.34%45.49%-
HSV(B)336.59º52.23%61.57%-
XYZ19.0713.2615.46-
YUV103.17130.17166.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.31%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=46.31%
G=22.12%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577510700.520.320.38336.5935.3445.49
Hex9D4B6B0342026151232d
Octal23511315306440465214355
Binary10011101100101111010110110100100000100110101010001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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