Html Css Color HEX #815062 Cosmic

📋 copy color: '#815062'

red 129 ◦ green 80 ◦ blue 98

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

Shades of Cosmic #815062

Tints of Cosmic #815062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 42.02%
G = 26.06%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#815062 (or 0x815062) is known color: Cosmic. HEX triplet: 81, 50 and 62. RGB value is (129,80,98). Sum of RGB (Red+Green+Blue) = 129+80+98=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #815062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815062 is #7EAF9D. Grayscale: #606060. Windows color (decimal): -8302494 or 6443137. OLE color: 6443137.

HSL color Cylindrical-coordinate representation of color #815062: hue angle of 337.96º 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 #815062 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 98 -
CMYK 0 0.38 0.24 0.49
HSL 337.96º 0.23% 0.41% -
HSV(B) 337.96º 0.38% 0.51% -
XYZ 14.13 11.29 12.99 -
YUV 96.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 129 80 98 0 0.38 0.24 0.49 337.96 0.23 0.41
Hex 81 50 62 0 26 18 31 152 17 29
Octal 201 120 142 0 46 30 61 522 27 51
Binary 10000001 1010000 1100010 0 100110 11000 110001 101010010 10111 101001

Color Harmonies of #815062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815062

Black with #815062

Text Example


Text Example

White with #815062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815062; }

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

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

background-color css

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

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

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

border-color css

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

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

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