#864260

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

Shades of Cosmic #864260

Tints of Cosmic #864260

Color information

#864260 (or 0x864260) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 60. RGB value is (134,66,96). Sum of RGB (Red+Green+Blue) = 134+66+96=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #864260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864260 is #79BD9F. Grayscale: #595959. Windows color (decimal): -7978400 or 6308486. OLE color: 6308486.

HSL color Cylindrical-coordinate representation of color #864260: hue angle of 333.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864260 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1346696-
CMYK00.510.280.47
HSL333.53º34%39.22%-
HSV(B)333.53º50.75%52.55%-
XYZ13.899.8112.23-
YUV89.75131.53159.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=45.27%
G=22.30%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134669600.510.280.47333.533439.22
Hex8642600331C2F14e2227
Octal20610214006334575164247
Binary1000011010000101100000011001111100101111101001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864260; }

 p { color: rgb(134,66,96); }

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

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

 a { background-color: rgb(134,66,96); }

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

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

 span { border-color: rgb(134,66,96); }

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