#964D64

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

Shades of Cadillac #964D64

Tints of Cadillac #964D64

Color information

#964D64 (or 0x964D64) is unknown color: approx Cadillac. HEX triplet: 96, 4D and 64. RGB value is (150,77,100). Sum of RGB (Red+Green+Blue) = 150+77+100=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #964D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D64 is #69B29B. Grayscale: #656565. Windows color (decimal): -6927004 or 6573462. OLE color: 6573462.

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

Color convert

RGB15077100-
CMYK00.490.330.41
HSL341.1º32.16%44.51%-
HSV(B)341.1º48.67%58.82%-
XYZ17.5312.7113.59-
YUV101.45127.18162.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=45.87%
G=23.55%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507710000.490.330.41341.132.1644.51
Hex964D640312129155202d
Octal22611514406141515254055
Binary10010110100110111001000110001100001101001101010101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,77,100); }

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

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

 a { background-color: rgb(150,77,100); }

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

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

 span { border-color: rgb(150,77,100); }

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