#964074

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

Shades of Cadillac #964074

Tints of Cadillac #964074

Color information

#964074 (or 0x964074) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 74. RGB value is (150,64,116). Sum of RGB (Red+Green+Blue) = 150+64+116=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #964074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964074 is #69BF8B. Grayscale: #5F5F5F. Windows color (decimal): -6930316 or 7618710. OLE color: 7618710.

HSL color Cylindrical-coordinate representation of color #964074: hue angle of 323.72º 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 #964074 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15064116-
CMYK00.570.230.41
HSL323.72º40.19%41.96%-
HSV(B)323.72º57.33%58.82%-
XYZ17.5611.4117.8-
YUV95.64139.49166.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=45.45%
G=19.39%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506411600.570.230.41323.7240.1941.96
Hex9640740391729144282a
Octal22610016407127515045052
Binary1001011010000001110100011100110111101001101000100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964074; }

 p { color: rgb(150,64,116); }

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

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

 a { background-color: rgb(150,64,116); }

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

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

 span { border-color: rgb(150,64,116); }

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