#9B486A

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

Shades of Cadillac #9B486A

Tints of Cadillac #9B486A

Color information

#9B486A (or 0x9B486A) is unknown color: approx Cadillac. HEX triplet: 9B, 48 and 6A. RGB value is (155,72,106). Sum of RGB (Red+Green+Blue) = 155+72+106=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B486A is #64B795. Grayscale: #646464. Windows color (decimal): -6600598 or 6965403. OLE color: 6965403.

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

Color convert

RGB15572106-
CMYK00.540.320.39
HSL335.42º36.56%44.51%-
HSV(B)335.42º53.55%60.78%-
XYZ18.4412.6415.1-
YUV100.69131166.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=46.55%
G=21.62%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557210600.540.320.39335.4236.5644.51
Hex9B486A036202714f252d
Octal23311015206640475174555
Binary10011011100100011010100110110100000100111101001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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