#99496B

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

Shades of Cadillac #99496B

Tints of Cadillac #99496B

Color information

#99496B (or 0x99496B) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 6B. RGB value is (153,73,107). Sum of RGB (Red+Green+Blue) = 153+73+107=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99496B is #66B694. Grayscale: #646464. Windows color (decimal): -6731413 or 7031193. OLE color: 7031193.

HSL color Cylindrical-coordinate representation of color #99496B: hue angle of 334.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99496B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB15373107-
CMYK00.520.300.4
HSL334.5º35.4%44.31%-
HSV(B)334.5º52.29%60%-
XYZ18.1712.615.38-
YUV100.8131.5165.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=45.95%
G=21.92%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537310700.520.300.4334.535.444.31
Hex99496B0341E2814e232c
Octal23111115306436505164354
Binary1001100110010011101011011010011110101000101001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99496B; }

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

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

<style>
 a { background-color: #99496B; }

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

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

<style>
 span { border-color: #99496B; }

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

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