#96496E

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

Shades of Cadillac #96496E

Tints of Cadillac #96496E

Color information

#96496E (or 0x96496E) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 6E. RGB value is (150,73,110). Sum of RGB (Red+Green+Blue) = 150+73+110=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96496E is #69B691. Grayscale: #646464. Windows color (decimal): -6928018 or 7227798. OLE color: 7227798.

HSL color Cylindrical-coordinate representation of color #96496E: hue angle of 331.17º 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 #96496E is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15073110-
CMYK00.510.270.41
HSL331.17º34.53%43.73%-
HSV(B)331.17º51.33%58.82%-
XYZ17.7712.3716.2-
YUV100.24133.51163.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=45.05%
G=21.92%
B=33.03%

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
Decimal1507311000.510.270.41331.1734.5343.73
Hex96496E0331B2914b232c
Octal22611115606333515134354
Binary1001011010010011101110011001111011101001101001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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