#96486B

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

Shades of Cadillac #96486B

Tints of Cadillac #96486B

Color information

#96486B (or 0x96486B) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 6B. RGB value is (150,72,107). Sum of RGB (Red+Green+Blue) = 150+72+107=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96486B is #69B794. Grayscale: #636363. Windows color (decimal): -6928277 or 7030934. OLE color: 7030934.

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

Color convert

RGB15072107-
CMYK00.520.290.41
HSL333.08º35.14%43.53%-
HSV(B)333.08º52%58.82%-
XYZ17.5512.1815.34-
YUV99.31132.34164.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=45.59%
G=21.88%
B=32.52%

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
Decimal1507210700.520.290.41333.0835.1443.53
Hex96486B0341D2914d232c
Octal22611015306435515154354
Binary1001011010010001101011011010011101101001101001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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