#964466

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

Shades of Cadillac #964466

Tints of Cadillac #964466

Color information

#964466 (or 0x964466) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 66. RGB value is (150,68,102). Sum of RGB (Red+Green+Blue) = 150+68+102=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964466 is #69BB99. Grayscale: #606060. Windows color (decimal): -6929306 or 6702230. OLE color: 6702230.

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

Color convert

RGB15068102-
CMYK00.550.320.41
HSL335.12º37.61%42.75%-
HSV(B)335.12º54.67%58.82%-
XYZ17.0411.5813.91-
YUV96.39131.17166.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=46.88%
G=21.25%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506810200.550.320.41335.1237.6142.75
Hex964466037202914f262b
Octal22610414606740515174653
Binary10010110100010011001100110111100000101001101001111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964466; }

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

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

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

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

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

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

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

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