Html Css Color HEX #805170 Cosmic

📋 copy color: '#805170'

red 128 ◦ green 81 ◦ blue 112

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

Shades of Cosmic #805170

Tints of Cosmic #805170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

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

R = 39.88%
G = 25.23%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805170 (or 0x805170) is known color: Cosmic. HEX triplet: 80, 51 and 70. RGB value is (128,81,112). Sum of RGB (Red+Green+Blue) = 128+81+112=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #805170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805170 is #7FAE8F. Grayscale: #626262. Windows color (decimal): -8367760 or 7360896. OLE color: 7360896.

HSL color Cylindrical-coordinate representation of color #805170: hue angle of 320.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805170 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 81 112 -
CMYK 0 0.37 0.12 0.50
HSL 320.43º 0.22% 0.41% -
HSV(B) 320.43º 0.37% 0.5% -
XYZ 14.77 11.64 16.8 -
YUV 98.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 128 81 112 0 0.37 0.12 0.50 320.43 0.22 0.41
Hex 80 51 70 0 25 C 32 140 16 29
Octal 200 121 160 0 45 14 62 500 26 51
Binary 10000000 1010001 1110000 0 100101 1100 110010 101000000 10110 101001

Color Harmonies of #805170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805170

Black with #805170

Text Example


Text Example

White with #805170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805170; }

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

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

background-color css

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

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

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

border-color css

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

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

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