#9B496B

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

Shades of Cadillac #9B496B

Tints of Cadillac #9B496B

Color information

#9B496B (or 0x9B496B) is unknown color: approx Cadillac. HEX triplet: 9B, 49 and 6B. RGB value is (155,73,107). Sum of RGB (Red+Green+Blue) = 155+73+107=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B496B is #64B694. Grayscale: #656565. Windows color (decimal): -6600341 or 7031195. OLE color: 7031195.

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

Color convert

RGB15573107-
CMYK00.530.310.39
HSL335.12º35.96%44.71%-
HSV(B)335.12º52.9%60.78%-
XYZ18.5512.815.4-
YUV101.39131.17166.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=46.27%
G=21.79%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557310700.530.310.39335.1235.9644.71
Hex9B496B0351F2714f242d
Octal23311115306537475174455
Binary1001101110010011101011011010111111100111101001111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,107); }

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

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

 a { background-color: rgb(155,73,107); }

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

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

 span { border-color: rgb(155,73,107); }

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