#963964

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

Shades of Cadillac #963964

Tints of Cadillac #963964

Color information

#963964 (or 0x963964) is unknown color: approx Cadillac. HEX triplet: 96, 39 and 64. RGB value is (150,57,100). Sum of RGB (Red+Green+Blue) = 150+57+100=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963964 is #69C69B. Grayscale: #595959. Windows color (decimal): -6932124 or 6568342. OLE color: 6568342.

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

Color convert

RGB15057100-
CMYK00.620.330.41
HSL332.26º44.93%40.59%-
HSV(B)332.26º62%58.82%-
XYZ16.3410.3313.19-
YUV89.71133.81171-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=48.86%
G=18.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505710000.620.330.41332.2644.9340.59
Hex96396403E212914c2d29
Octal2267114407641515145551
Binary1001011011100111001000111110100001101001101001100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963964; }

 p { color: rgb(150,57,100); }

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

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

 a { background-color: rgb(150,57,100); }

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

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

 span { border-color: rgb(150,57,100); }

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