#964864

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

Shades of Cadillac #964864

Tints of Cadillac #964864

Color information

#964864 (or 0x964864) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 64. RGB value is (150,72,100). Sum of RGB (Red+Green+Blue) = 150+72+100=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #964864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964864 is #69B79B. Grayscale: #626262. Windows color (decimal): -6928284 or 6572182. OLE color: 6572182.

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

Color convert

RGB15072100-
CMYK00.520.330.41
HSL338.46º35.14%43.53%-
HSV(B)338.46º52%58.82%-
XYZ17.212.0413.47-
YUV98.51128.84164.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=46.58%
G=22.36%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507210000.520.330.41338.4635.1443.53
Hex9648640342129152232c
Octal22611014406441515224354
Binary10010110100100011001000110100100001101001101010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964864; }

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

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

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

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

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

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

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

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