#964164

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

Shades of Cadillac #964164

Tints of Cadillac #964164

Color information

#964164 (or 0x964164) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 64. RGB value is (150,65,100). Sum of RGB (Red+Green+Blue) = 150+65+100=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #964164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964164 is #69BE9B. Grayscale: #5E5E5E. Windows color (decimal): -6930076 or 6570390. OLE color: 6570390.

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

Color convert

RGB15065100-
CMYK00.570.330.41
HSL335.29º39.53%42.16%-
HSV(B)335.29º56.67%58.82%-
XYZ16.7711.1813.33-
YUV94.4131.16167.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=47.62%
G=20.63%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506510000.570.330.41335.2939.5342.16
Hex964164039212914f282a
Octal22610114407141515175052
Binary10010110100000111001000111001100001101001101001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964164; }

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

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

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

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

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

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

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

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