#964B60

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

Shades of Cadillac #964B60

Tints of Cadillac #964B60

Color information

#964B60 (or 0x964B60) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 60. RGB value is (150,75,96). Sum of RGB (Red+Green+Blue) = 150+75+96=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B60 is #69B49F. Grayscale: #636363. Windows color (decimal): -6927520 or 6310806. OLE color: 6310806.

HSL color Cylindrical-coordinate representation of color #964B60: hue angle of 343.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B60 is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1507596-
CMYK00.50.360.41
HSL343.2º33.33%44.12%-
HSV(B)343.2º50%58.82%-
XYZ17.2112.3612.55-
YUV99.82125.85163.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=46.73%
G=23.36%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150759600.50.360.41343.233.3344.12
Hex964B600322429157212c
Octal22611314006244515274154
Binary10010110100101111000000110010100100101001101010111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964B60; }

 p { color: rgb(150,75,96); }

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

<style>
 a { background-color: #964B60; }

 a { background-color: rgb(150,75,96); }

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

<style>
 span { border-color: #964B60; }

 span { border-color: rgb(150,75,96); }

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