#964D66

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

Shades of Cadillac #964D66

Tints of Cadillac #964D66

Color information

#964D66 (or 0x964D66) is unknown color: approx Cadillac. HEX triplet: 96, 4D and 66. RGB value is (150,77,102). Sum of RGB (Red+Green+Blue) = 150+77+102=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #964D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D66 is #69B299. Grayscale: #656565. Windows color (decimal): -6927002 or 6704534. OLE color: 6704534.

HSL color Cylindrical-coordinate representation of color #964D66: hue angle of 339.45º 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 #964D66 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15077102-
CMYK00.490.320.41
HSL339.45º32.16%44.51%-
HSV(B)339.45º48.67%58.82%-
XYZ17.6312.7514.1-
YUV101.68128.18162.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=45.59%
G=23.40%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507710200.490.320.41339.4532.1644.51
Hex964D660312029153202d
Octal22611514606140515234055
Binary10010110100110111001100110001100000101001101010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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