#964A60

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

Shades of Cadillac #964A60

Tints of Cadillac #964A60

Color information

#964A60 (or 0x964A60) is unknown color: approx Cadillac. HEX triplet: 96, 4A and 60. RGB value is (150,74,96). Sum of RGB (Red+Green+Blue) = 150+74+96=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A60 is #69B59F. Grayscale: #636363. Windows color (decimal): -6927776 or 6310550. OLE color: 6310550.

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

Color convert

RGB1507496-
CMYK00.510.360.41
HSL342.63º33.93%43.92%-
HSV(B)342.63º50.67%58.82%-
XYZ17.1412.2312.52-
YUV99.23126.18164.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 96 (37.89% from 255) = 30%
R=46.88%
G=23.12%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150749600.510.360.41342.6333.9343.92
Hex964A600332429157222c
Octal22611214006344515274254
Binary10010110100101011000000110011100100101001101010111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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