Html Css Color HEX #805C70 Cosmic

📋 copy color: '#805C70'

red 128 ◦ green 92 ◦ blue 112

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

Shades of Cosmic #805C70

Tints of Cosmic #805C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 38.55%
G = 27.71%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805C70 (or 0x805C70) is known color: Cosmic. HEX triplet: 80, 5C and 70. RGB value is (128,92,112). Sum of RGB (Red+Green+Blue) = 128+92+112=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #805C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805C70 is #7FA38F. Grayscale: #696969. Windows color (decimal): -8364944 or 7363712. OLE color: 7363712.

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

Color convert

RGB 128 92 112 -
CMYK 0 0.28 0.12 0.50
HSL 326.67º 0.16% 0.43% -
HSV(B) 326.67º 0.28% 0.5% -
XYZ 15.65 13.41 17.09 -
YUV 105.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 128 92 112 0 0.28 0.12 0.50 326.67 0.16 0.43
Hex 80 5C 70 0 1C C 32 147 10 2B
Octal 200 134 160 0 34 14 62 507 20 53
Binary 10000000 1011100 1110000 0 11100 1100 110010 101000111 10000 101011

Color Harmonies of #805C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C70

Black with #805C70

Text Example


Text Example

White with #805C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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