#963B62

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

Shades of Cadillac #963B62

Tints of Cadillac #963B62

Color information

#963B62 (or 0x963B62) is unknown color: approx Cadillac. HEX triplet: 96, 3B and 62. RGB value is (150,59,98). Sum of RGB (Red+Green+Blue) = 150+59+98=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B62 is #69C49D. Grayscale: #5A5A5A. Windows color (decimal): -6931614 or 6437782. OLE color: 6437782.

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

Color convert

RGB1505998-
CMYK00.610.350.41
HSL334.29º43.54%40.98%-
HSV(B)334.29º60.67%58.82%-
XYZ16.3510.4912.72-
YUV90.66132.15170.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=48.86%
G=19.22%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150599800.610.350.41334.2943.5440.98
Hex963B6203D232914e2c29
Octal2267314207543515165451
Binary1001011011101111000100111101100011101001101001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,59,98); }

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

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

 a { background-color: rgb(150,59,98); }

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

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

 span { border-color: rgb(150,59,98); }

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