#9D486E

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

Shades of Cadillac #9D486E

Tints of Cadillac #9D486E

Color information

#9D486E (or 0x9D486E) is unknown color: approx Cadillac. HEX triplet: 9D, 48 and 6E. RGB value is (157,72,110). Sum of RGB (Red+Green+Blue) = 157+72+110=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D486E is #62B791. Grayscale: #656565. Windows color (decimal): -6469522 or 7227549. OLE color: 7227549.

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

Color convert

RGB15772110-
CMYK00.540.300.38
HSL333.18º37.12%44.9%-
HSV(B)333.18º54.14%61.57%-
XYZ19.0412.9316.24-
YUV101.75132.66167.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.31%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=46.31%
G=21.24%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577211000.540.300.38333.1837.1244.9
Hex9D486E0361E2614d252d
Octal23511015606636465154555
Binary1001110110010001101110011011011110100110101001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,72,110); }

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

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

 a { background-color: rgb(157,72,110); }

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

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

 span { border-color: rgb(157,72,110); }

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