Html Css Color HEX #805971 Cosmic

📋 copy color: '#805971'

red 128 ◦ green 89 ◦ blue 113

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

Shades of Cosmic #805971

Tints of Cosmic #805971

RGB

 RED value IS 128 (50.39% from 255) = 38.79%

 GREEN value IS 89 (35.16% from 255) = 26.97%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 38.79%
G = 26.97%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805971 (or 0x805971) is known color: Cosmic. HEX triplet: 80, 59 and 71. RGB value is (128,89,113). Sum of RGB (Red+Green+Blue) = 128+89+113=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #805971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805971 is #7FA68E. Grayscale: #676767. Windows color (decimal): -8365711 or 7428480. OLE color: 7428480.

HSL color Cylindrical-coordinate representation of color #805971: hue angle of 323.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805971 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 113 -
CMYK 0 0.30 0.12 0.50
HSL 323.08º 0.18% 0.43% -
HSV(B) 323.08º 0.3% 0.5% -
XYZ 15.46 12.93 17.3 -
YUV 103.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 128 89 113 0 0.30 0.12 0.50 323.08 0.18 0.43
Hex 80 59 71 0 1E C 32 143 12 2B
Octal 200 131 161 0 36 14 62 503 22 53
Binary 10000000 1011001 1110001 0 11110 1100 110010 101000011 10010 101011

Color Harmonies of #805971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805971

Black with #805971

Text Example


Text Example

White with #805971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805971; }

 p { color: rgb(128,89,113); }

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

background-color css

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

 a { background-color: rgb(128,89,113); }

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

border-color css

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

 span { border-color: rgb(128,89,113); }

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