#99496D

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

Shades of Cadillac #99496D

Tints of Cadillac #99496D

Color information

#99496D (or 0x99496D) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 6D. RGB value is (153,73,109). Sum of RGB (Red+Green+Blue) = 153+73+109=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99496D is #66B692. Grayscale: #646464. Windows color (decimal): -6731411 or 7162265. OLE color: 7162265.

HSL color Cylindrical-coordinate representation of color #99496D: hue angle of 333º 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 #99496D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15373109-
CMYK00.520.290.4
HSL333º35.4%44.31%-
HSV(B)333º52.29%60%-
XYZ18.2812.6415.94-
YUV101.02132.5165.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=45.67%
G=21.79%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537310900.520.290.433335.444.31
Hex99496D0341D2814d232c
Octal23111115506435505154354
Binary1001100110010011101101011010011101101000101001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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