Html Css Color HEX #805370 Cosmic

📋 copy color: '#805370'

red 128 ◦ green 83 ◦ blue 112

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

Shades of Cosmic #805370

Tints of Cosmic #805370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 39.63%
G = 25.7%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805370 (or 0x805370) is known color: Cosmic. HEX triplet: 80, 53 and 70. RGB value is (128,83,112). Sum of RGB (Red+Green+Blue) = 128+83+112=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #805370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805370 is #7FAC8F. Grayscale: #636363. Windows color (decimal): -8367248 or 7361408. OLE color: 7361408.

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

Color convert

RGB 128 83 112 -
CMYK 0 0.35 0.12 0.50
HSL 321.33º 0.21% 0.41% -
HSV(B) 321.33º 0.35% 0.5% -
XYZ 14.92 11.95 16.85 -
YUV 99.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 128 83 112 0 0.35 0.12 0.50 321.33 0.21 0.41
Hex 80 53 70 0 23 C 32 141 15 29
Octal 200 123 160 0 43 14 62 501 25 51
Binary 10000000 1010011 1110000 0 100011 1100 110010 101000001 10101 101001

Color Harmonies of #805370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805370

Black with #805370

Text Example


Text Example

White with #805370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805370; }

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

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

background-color css

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

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

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

border-color css

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

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

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