#964A64

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

Shades of Cadillac #964A64

Tints of Cadillac #964A64

Color information

#964A64 (or 0x964A64) is unknown color: approx Cadillac. HEX triplet: 96, 4A and 64. RGB value is (150,74,100). Sum of RGB (Red+Green+Blue) = 150+74+100=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A64 is #69B59B. Grayscale: #636363. Windows color (decimal): -6927772 or 6572694. OLE color: 6572694.

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

Color convert

RGB15074100-
CMYK00.510.330.41
HSL339.47º33.93%43.92%-
HSV(B)339.47º50.67%58.82%-
XYZ17.3312.313.52-
YUV99.69128.18163.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=46.30%
G=22.84%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507410000.510.330.41339.4733.9343.92
Hex964A640332129153222c
Octal22611214406341515234254
Binary10010110100101011001000110011100001101001101010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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