#963F5A

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

Shades of Cadillac #963F5A

Tints of Cadillac #963F5A

Color information

#963F5A (or 0x963F5A) is unknown color: approx Cadillac. HEX triplet: 96, 3F and 5A. RGB value is (150,63,90). Sum of RGB (Red+Green+Blue) = 150+63+90=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F5A is #69C0A5. Grayscale: #5C5C5C. Windows color (decimal): -6930598 or 5914518. OLE color: 5914518.

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

Color convert

RGB1506390-
CMYK00.580.40.41
HSL341.38º40.85%41.76%-
HSV(B)341.38º58%58.82%-
XYZ16.210.7810.9-
YUV92.09126.82169.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=49.50%
G=20.79%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150639000.580.40.41341.3840.8541.76
Hex963F5A03A2829155292a
Octal2267713207250515255152
Binary1001011011111110110100111010101000101001101010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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