#963C5E

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

Shades of Cadillac #963C5E

Tints of Cadillac #963C5E

Color information

#963C5E (or 0x963C5E) is unknown color: approx Cadillac. HEX triplet: 96, 3C and 5E. RGB value is (150,60,94). Sum of RGB (Red+Green+Blue) = 150+60+94=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #963C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C5E is #69C3A1. Grayscale: #5A5A5A. Windows color (decimal): -6931362 or 6175894. OLE color: 6175894.

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

Color convert

RGB1506094-
CMYK00.60.370.41
HSL337.33º42.86%41.18%-
HSV(B)337.33º60%58.82%-
XYZ16.2110.5211.77-
YUV90.79129.82170.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=49.34%
G=19.74%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150609400.60.370.41337.3342.8641.18
Hex963C5E03C25291512b29
Octal2267413607445515215351
Binary1001011011110010111100111100100101101001101010001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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