Html Css Color HEX #805970 Cosmic

📋 copy color: '#805970'

red 128 ◦ green 89 ◦ blue 112

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

Shades of Cosmic #805970

Tints of Cosmic #805970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 38.91%
G = 27.05%
B = 34.04%

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

#805970 (or 0x805970) is known color: Cosmic. HEX triplet: 80, 59 and 70. RGB value is (128,89,112). Sum of RGB (Red+Green+Blue) = 128+89+112=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #805970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805970 is #7FA68F. Grayscale: #676767. Windows color (decimal): -8365712 or 7362944. OLE color: 7362944.

HSL color Cylindrical-coordinate representation of color #805970: hue angle of 324.62º 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 #805970 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 112 -
CMYK 0 0.30 0.12 0.50
HSL 324.62º 0.18% 0.43% -
HSV(B) 324.62º 0.3% 0.5% -
XYZ 15.4 12.9 17.01 -
YUV 103.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 128 89 112 0 0.30 0.12 0.50 324.62 0.18 0.43
Hex 80 59 70 0 1E C 32 145 12 2B
Octal 200 131 160 0 36 14 62 505 22 53
Binary 10000000 1011001 1110000 0 11110 1100 110010 101000101 10010 101011

Color Harmonies of #805970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805970

Black with #805970

Text Example


Text Example

White with #805970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805970; }

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

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

background-color css

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

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

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

border-color css

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

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

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