#9D4B6A

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

Shades of Cadillac #9D4B6A

Tints of Cadillac #9D4B6A

Color information

#9D4B6A (or 0x9D4B6A) is unknown color: approx Cadillac. HEX triplet: 9D, 4B and 6A. RGB value is (157,75,106). Sum of RGB (Red+Green+Blue) = 157+75+106=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4B6A is #62B495. Grayscale: #676767. Windows color (decimal): -6468758 or 6966173. OLE color: 6966173.

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

Color convert

RGB15775106-
CMYK00.520.320.38
HSL337.32º35.34%45.49%-
HSV(B)337.32º52.23%61.57%-
XYZ19.0213.2415.19-
YUV103.05129.67166.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=46.45%
G=22.19%
B=31.36%

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
Decimal1577510600.520.320.38337.3235.3445.49
Hex9D4B6A0342026151232d
Octal23511315206440465214355
Binary10011101100101111010100110100100000100110101010001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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