#96496D

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

Shades of Cadillac #96496D

Tints of Cadillac #96496D

Color information

#96496D (or 0x96496D) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 6D. RGB value is (150,73,109). Sum of RGB (Red+Green+Blue) = 150+73+109=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96496D is #69B692. Grayscale: #646464. Windows color (decimal): -6928019 or 7162262. OLE color: 7162262.

HSL color Cylindrical-coordinate representation of color #96496D: hue angle of 331.95º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96496D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15073109-
CMYK00.510.270.41
HSL331.95º34.53%43.73%-
HSV(B)331.95º51.33%58.82%-
XYZ17.7212.3515.92-
YUV100.13133.01163.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=45.18%
G=21.99%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507310900.510.270.41331.9534.5343.73
Hex96496D0331B2914c232c
Octal22611115506333515144354
Binary1001011010010011101101011001111011101001101001100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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