#96486E

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

Shades of Cadillac #96486E

Tints of Cadillac #96486E

Color information

#96486E (or 0x96486E) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 6E. RGB value is (150,72,110). Sum of RGB (Red+Green+Blue) = 150+72+110=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96486E is #69B791. Grayscale: #636363. Windows color (decimal): -6928274 or 7227542. OLE color: 7227542.

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

Color convert

RGB15072110-
CMYK00.520.270.41
HSL330.77º35.14%43.53%-
HSV(B)330.77º52%58.82%-
XYZ17.7112.2416.18-
YUV99.65133.84163.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=45.18%
G=21.69%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211000.520.270.41330.7735.1443.53
Hex96486E0341B2914b232c
Octal22611015606433515134354
Binary1001011010010001101110011010011011101001101001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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