Html Css Color HEX #815565 Cosmic

📋 copy color: '#815565'

red 129 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #815565

Tints of Cosmic #815565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 40.95%
G = 26.98%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#815565 (or 0x815565) is known color: Cosmic. HEX triplet: 81, 55 and 65. RGB value is (129,85,101). Sum of RGB (Red+Green+Blue) = 129+85+101=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815565 is #7EAA9A. Grayscale: #636363. Windows color (decimal): -8301211 or 6641025. OLE color: 6641025.

HSL color Cylindrical-coordinate representation of color #815565: hue angle of 338.18º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815565 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 85 101 -
CMYK 0 0.34 0.22 0.49
HSL 338.18º 0.21% 0.42% -
HSV(B) 338.18º 0.34% 0.51% -
XYZ 14.65 12.1 13.88 -
YUV 99.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 129 85 101 0 0.34 0.22 0.49 338.18 0.21 0.42
Hex 81 55 65 0 22 16 31 152 15 2A
Octal 201 125 145 0 42 26 61 522 25 52
Binary 10000001 1010101 1100101 0 100010 10110 110001 101010010 10101 101010

Color Harmonies of #815565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815565

Black with #815565

Text Example


Text Example

White with #815565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815565; }

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

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

background-color css

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

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

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

border-color css

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

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

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