#964566

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

Shades of Cadillac #964566

Tints of Cadillac #964566

Color information

#964566 (or 0x964566) is unknown color: approx Cadillac. HEX triplet: 96, 45 and 66. RGB value is (150,69,102). Sum of RGB (Red+Green+Blue) = 150+69+102=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964566 is #69BA99. Grayscale: #606060. Windows color (decimal): -6929050 or 6702486. OLE color: 6702486.

HSL color Cylindrical-coordinate representation of color #964566: hue angle of 335.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964566 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15069102-
CMYK00.540.320.41
HSL335.56º36.99%42.94%-
HSV(B)335.56º54%58.82%-
XYZ17.111.713.93-
YUV96.98130.84165.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=46.73%
G=21.50%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506910200.540.320.41335.5636.9942.94
Hex9645660362029150252b
Octal22610514606640515204553
Binary10010110100010111001100110110100000101001101010000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964566; }

 p { color: rgb(150,69,102); }

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

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

 a { background-color: rgb(150,69,102); }

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

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

 span { border-color: rgb(150,69,102); }

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