Html Css Color HEX #815060 Cosmic

📋 copy color: '#815060'

red 129 ◦ green 80 ◦ blue 96

#815060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #815060

Tints of Cosmic #815060

RGB

 RED value IS 129 (50.78% from 255) = 42.3%

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 42.3%
G = 26.23%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#815060 (or 0x815060) is known color: Cosmic. HEX triplet: 81, 50 and 60. RGB value is (129,80,96). Sum of RGB (Red+Green+Blue) = 129+80+96=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #815060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815060 is #7EAF9F. Grayscale: #606060. Windows color (decimal): -8302496 or 6312065. OLE color: 6312065.

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

Color convert

RGB 129 80 96 -
CMYK 0 0.38 0.26 0.49
HSL 340.41º 0.23% 0.41% -
HSV(B) 340.41º 0.38% 0.51% -
XYZ 14.03 11.25 12.5 -
YUV 96.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 129 80 96 0 0.38 0.26 0.49 340.41 0.23 0.41
Hex 81 50 60 0 26 1A 31 154 17 29
Octal 201 120 140 0 46 32 61 524 27 51
Binary 10000001 1010000 1100000 0 100110 11010 110001 101010100 10111 101001

Color Harmonies of #815060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815060

Black with #815060

Text Example


Text Example

White with #815060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815060; }

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

 H1.HeaderClassName
 {
   color: #815060;
 }
 .AnyTagClassName
 {
   color: #815060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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