#963D5A

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

Shades of Cadillac #963D5A

Tints of Cadillac #963D5A

Color information

#963D5A (or 0x963D5A) is unknown color: approx Cadillac. HEX triplet: 96, 3D and 5A. RGB value is (150,61,90). Sum of RGB (Red+Green+Blue) = 150+61+90=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D5A is #69C2A5. Grayscale: #5A5A5A. Windows color (decimal): -6931110 or 5914006. OLE color: 5914006.

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

Color convert

RGB1506190-
CMYK00.590.40.41
HSL340.45º42.18%41.37%-
HSV(B)340.45º59.33%58.82%-
XYZ16.0910.5610.86-
YUV90.92127.49170.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=49.83%
G=20.27%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150619000.590.40.41340.4542.1841.37
Hex963D5A03B28291542a29
Octal2267513207350515245251
Binary1001011011110110110100111011101000101001101010100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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