#96486A

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

Shades of Cadillac #96486A

Tints of Cadillac #96486A

Color information

#96486A (or 0x96486A) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 6A. RGB value is (150,72,106). Sum of RGB (Red+Green+Blue) = 150+72+106=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96486A is #69B795. Grayscale: #636363. Windows color (decimal): -6928278 or 6965398. OLE color: 6965398.

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

Color convert

RGB15072106-
CMYK00.520.290.41
HSL333.85º35.14%43.53%-
HSV(B)333.85º52%58.82%-
XYZ17.512.1615.06-
YUV99.2131.84164.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=45.73%
G=21.95%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507210600.520.290.41333.8535.1443.53
Hex96486A0341D2914e232c
Octal22611015206435515164354
Binary1001011010010001101010011010011101101001101001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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