#964463

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

Shades of Cadillac #964463

Tints of Cadillac #964463

Color information

#964463 (or 0x964463) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 63. RGB value is (150,68,99). Sum of RGB (Red+Green+Blue) = 150+68+99=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #964463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964463 is #69BB9C. Grayscale: #606060. Windows color (decimal): -6929309 or 6505622. OLE color: 6505622.

HSL color Cylindrical-coordinate representation of color #964463: hue angle of 337.32º 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 #964463 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1506899-
CMYK00.550.340.41
HSL337.32º37.61%42.75%-
HSV(B)337.32º54.67%58.82%-
XYZ16.911.5213.14-
YUV96.05129.67166.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=47.32%
G=21.45%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150689900.550.340.41337.3237.6142.75
Hex9644630372229151262b
Octal22610414306742515214653
Binary10010110100010011000110110111100010101001101010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964463; }

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

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

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

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

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

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

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

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