#963C6A

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

Shades of Cadillac #963C6A

Tints of Cadillac #963C6A

Color information

#963C6A (or 0x963C6A) is unknown color: approx Cadillac. HEX triplet: 96, 3C and 6A. RGB value is (150,60,106). Sum of RGB (Red+Green+Blue) = 150+60+106=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C6A is #69C395. Grayscale: #5C5C5C. Windows color (decimal): -6931350 or 6962326. OLE color: 6962326.

HSL color Cylindrical-coordinate representation of color #963C6A: hue angle of 329.33º 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 #963C6A is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15060106-
CMYK00.60.290.41
HSL329.33º42.86%41.18%-
HSV(B)329.33º60%58.82%-
XYZ16.810.7614.83-
YUV92.15135.82169.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=47.47%
G=18.99%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506010600.60.290.41329.3342.8641.18
Hex963C6A03C1D291492b29
Octal2267415207435515115351
Binary100101101111001101010011110011101101001101001001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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