#814C60

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

Shades of Cosmic #814C60

Tints of Cosmic #814C60

Color information

#814C60 (or 0x814C60) is unknown color: approx Cosmic. HEX triplet: 81, 4C and 60. RGB value is (129,76,96). Sum of RGB (Red+Green+Blue) = 129+76+96=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #814C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814C60 is #7EB39F. Grayscale: #5E5E5E. Windows color (decimal): -8303520 or 6311041. OLE color: 6311041.

HSL color Cylindrical-coordinate representation of color #814C60: hue angle of 337.36º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #814C60 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1297696-
CMYK00.410.260.49
HSL337.36º25.85%40.2%-
HSV(B)337.36º41.09%50.59%-
XYZ13.7510.6812.4-
YUV94.13129.06152.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=42.86%
G=25.25%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129769600.410.260.49337.3625.8540.2
Hex814C600291A311511a28
Octal20111414005132615213250
Binary100000011001100110000001010011101011000110101000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814C60; }

 p { color: rgb(129,76,96); }

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

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

 a { background-color: rgb(129,76,96); }

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

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

 span { border-color: rgb(129,76,96); }

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