#9B486E

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

Shades of Cadillac #9B486E

Tints of Cadillac #9B486E

Color information

#9B486E (or 0x9B486E) is unknown color: approx Cadillac. HEX triplet: 9B, 48 and 6E. RGB value is (155,72,110). Sum of RGB (Red+Green+Blue) = 155+72+110=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B486E is #64B791. Grayscale: #656565. Windows color (decimal): -6600594 or 7227547. OLE color: 7227547.

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

Color convert

RGB15572110-
CMYK00.540.290.39
HSL332.53º36.56%44.51%-
HSV(B)332.53º53.55%60.78%-
XYZ18.6512.7316.23-
YUV101.15133166.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=45.99%
G=21.36%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557211000.540.290.39332.5336.5644.51
Hex9B486E0361D2714d252d
Octal23311015606635475154555
Binary1001101110010001101110011011011101100111101001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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