#963E66

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

Shades of Cadillac #963E66

Tints of Cadillac #963E66

Color information

#963E66 (or 0x963E66) is unknown color: approx Cadillac. HEX triplet: 96, 3E and 66. RGB value is (150,62,102). Sum of RGB (Red+Green+Blue) = 150+62+102=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #963E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E66 is #69C199. Grayscale: #5C5C5C. Windows color (decimal): -6930842 or 6700694. OLE color: 6700694.

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

Color convert

RGB15062102-
CMYK00.590.320.41
HSL332.73º41.51%41.57%-
HSV(B)332.73º58.67%58.82%-
XYZ16.710.8913.79-
YUV92.87133.15168.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=47.77%
G=19.75%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506210200.590.320.41332.7341.5141.57
Hex963E6603B202914d2a2a
Octal2267614607340515155252
Binary1001011011111011001100111011100000101001101001101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963E66; }

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

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

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

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

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

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

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

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