Html Css Color HEX #815065 Cosmic

📋 copy color: '#815065'

red 129 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #815065

Tints of Cosmic #815065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 41.61%
G = 25.81%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#815065 (or 0x815065) is known color: Cosmic. HEX triplet: 81, 50 and 65. RGB value is (129,80,101). Sum of RGB (Red+Green+Blue) = 129+80+101=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #815065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815065 is #7EAF9A. Grayscale: #616161. Windows color (decimal): -8302491 or 6639745. OLE color: 6639745.

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

Color convert

RGB 129 80 101 -
CMYK 0 0.38 0.22 0.49
HSL 334.29º 0.23% 0.41% -
HSV(B) 334.29º 0.38% 0.51% -
XYZ 14.27 11.34 13.75 -
YUV 97.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 129 80 101 0 0.38 0.22 0.49 334.29 0.23 0.41
Hex 81 50 65 0 26 16 31 14E 17 29
Octal 201 120 145 0 46 26 61 516 27 51
Binary 10000001 1010000 1100101 0 100110 10110 110001 101001110 10111 101001

Color Harmonies of #815065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815065

Black with #815065

Text Example


Text Example

White with #815065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815065; }

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

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

background-color css

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

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

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

border-color css

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

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

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