#963D61

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

Shades of Cadillac #963D61

Tints of Cadillac #963D61

Color information

#963D61 (or 0x963D61) is unknown color: approx Cadillac. HEX triplet: 96, 3D and 61. RGB value is (150,61,97). Sum of RGB (Red+Green+Blue) = 150+61+97=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #963D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D61 is #69C29E. Grayscale: #5B5B5B. Windows color (decimal): -6931103 or 6372758. OLE color: 6372758.

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

Color convert

RGB1506197-
CMYK00.590.350.41
HSL335.73º42.18%41.37%-
HSV(B)335.73º59.33%58.82%-
XYZ16.410.6812.51-
YUV91.72130.99169.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=48.70%
G=19.81%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150619700.590.350.41335.7342.1841.37
Hex963D6103B23291502a29
Octal2267514107343515205251
Binary1001011011110111000010111011100011101001101010000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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