#963C62

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

Shades of Cadillac #963C62

Tints of Cadillac #963C62

Color information

#963C62 (or 0x963C62) is unknown color: approx Cadillac. HEX triplet: 96, 3C and 62. RGB value is (150,60,98). Sum of RGB (Red+Green+Blue) = 150+60+98=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #963C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C62 is #69C39D. Grayscale: #5B5B5B. Windows color (decimal): -6931358 or 6438038. OLE color: 6438038.

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

Color convert

RGB1506098-
CMYK00.60.350.41
HSL334.67º42.86%41.18%-
HSV(B)334.67º60%58.82%-
XYZ16.410.612.74-
YUV91.24131.82169.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 60 (23.83% from 255) = 19.48%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=48.70%
G=19.48%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150609800.60.350.41334.6742.8641.18
Hex963C6203C232914f2b29
Octal2267414207443515175351
Binary1001011011110011000100111100100011101001101001111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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