#96466B

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

Shades of Cadillac #96466B

Tints of Cadillac #96466B

Color information

#96466B (or 0x96466B) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 6B. RGB value is (150,70,107). Sum of RGB (Red+Green+Blue) = 150+70+107=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96466B is #69B994. Grayscale: #626262. Windows color (decimal): -6928789 or 7030422. OLE color: 7030422.

HSL color Cylindrical-coordinate representation of color #96466B: hue angle of 332.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96466B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15070107-
CMYK00.530.290.41
HSL332.25º36.36%43.14%-
HSV(B)332.25º53.33%58.82%-
XYZ17.4211.9315.29-
YUV98.14133164.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=45.87%
G=21.41%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507010700.530.290.41332.2536.3643.14
Hex96466B0351D2914c242b
Octal22610615306535515144453
Binary1001011010001101101011011010111101101001101001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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