Html Css Color HEX #805A70 Cosmic

📋 copy color: '#805A70'

red 128 ◦ green 90 ◦ blue 112

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

Shades of Cosmic #805A70

Tints of Cosmic #805A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 38.79%
G = 27.27%
B = 33.94%

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

#805A70 (or 0x805A70) is known color: Cosmic. HEX triplet: 80, 5A and 70. RGB value is (128,90,112). Sum of RGB (Red+Green+Blue) = 128+90+112=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #805A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A70 is #7FA58F. Grayscale: #676767. Windows color (decimal): -8365456 or 7363200. OLE color: 7363200.

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

Color convert

RGB 128 90 112 -
CMYK 0 0.30 0.12 0.50
HSL 325.26º 0.17% 0.43% -
HSV(B) 325.26º 0.3% 0.5% -
XYZ 15.48 13.07 17.04 -
YUV 103.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 128 90 112 0 0.30 0.12 0.50 325.26 0.17 0.43
Hex 80 5A 70 0 1E C 32 145 11 2B
Octal 200 132 160 0 36 14 62 505 21 53
Binary 10000000 1011010 1110000 0 11110 1100 110010 101000101 10001 101011

Color Harmonies of #805A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A70

Black with #805A70

Text Example


Text Example

White with #805A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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