#964C58

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

Shades of Cadillac #964C58

Tints of Cadillac #964C58

Color information

#964C58 (or 0x964C58) is unknown color: approx Cadillac. HEX triplet: 96, 4C and 58. RGB value is (150,76,88). Sum of RGB (Red+Green+Blue) = 150+76+88=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #964C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C58 is #69B3A7. Grayscale: #636363. Windows color (decimal): -6927272 or 5786774. OLE color: 5786774.

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

Color convert

RGB1507688-
CMYK00.490.410.41
HSL350.27º32.74%44.31%-
HSV(B)350.27º49.33%58.82%-
XYZ16.9212.3610.73-
YUV99.49121.52164.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=47.77%
G=24.20%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150768800.490.410.41350.2732.7444.31
Hex964C58031292915e212c
Octal22611413006151515364154
Binary10010110100110010110000110001101001101001101011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,88); }

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

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

 a { background-color: rgb(150,76,88); }

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

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

 span { border-color: rgb(150,76,88); }

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