#963F66

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

Shades of Cadillac #963F66

Tints of Cadillac #963F66

Color information

#963F66 (or 0x963F66) is unknown color: approx Cadillac. HEX triplet: 96, 3F and 66. RGB value is (150,63,102). Sum of RGB (Red+Green+Blue) = 150+63+102=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #963F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F66 is #69C099. Grayscale: #5D5D5D. Windows color (decimal): -6930586 or 6700950. OLE color: 6700950.

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

Color convert

RGB15063102-
CMYK00.580.320.41
HSL333.1º40.85%41.76%-
HSV(B)333.1º58%58.82%-
XYZ16.751113.81-
YUV93.46132.82168.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=47.62%
G=20%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506310200.580.320.41333.140.8541.76
Hex963F6603A202914d292a
Octal2267714607240515155152
Binary1001011011111111001100111010100000101001101001101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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