#964068

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

Shades of Cadillac #964068

Tints of Cadillac #964068

Color information

#964068 (or 0x964068) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 68. RGB value is (150,64,104). Sum of RGB (Red+Green+Blue) = 150+64+104=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #964068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964068 is #69BF97. Grayscale: #5E5E5E. Windows color (decimal): -6930328 or 6832278. OLE color: 6832278.

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

Color convert

RGB15064104-
CMYK00.570.310.41
HSL332.09º40.19%41.96%-
HSV(B)332.09º57.33%58.82%-
XYZ16.9111.1514.36-
YUV94.27133.49167.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=47.17%
G=20.13%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506410400.570.310.41332.0940.1941.96
Hex9640680391F2914c282a
Octal22610015007137515145052
Binary1001011010000001101000011100111111101001101001100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964068; }

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

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

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

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

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

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

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

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