Html Css Color HEX #805D6E Cosmic

📋 copy color: '#805D6E'

red 128 ◦ green 93 ◦ blue 110

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

Shades of Cosmic #805D6E

Tints of Cosmic #805D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 38.67%
G = 28.1%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#805D6E (or 0x805D6E) is known color: Cosmic. HEX triplet: 80, 5D and 6E. RGB value is (128,93,110). Sum of RGB (Red+Green+Blue) = 128+93+110=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #805D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D6E is #7FA291. Grayscale: #696969. Windows color (decimal): -8364690 or 7232896. OLE color: 7232896.

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

Color convert

RGB 128 93 110 -
CMYK 0 0.27 0.14 0.50
HSL 330.86º 0.16% 0.43% -
HSV(B) 330.86º 0.27% 0.5% -
XYZ 15.63 13.54 16.54 -
YUV 105.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 128 93 110 0 0.27 0.14 0.50 330.86 0.16 0.43
Hex 80 5D 6E 0 1B E 32 14B 10 2B
Octal 200 135 156 0 33 16 62 513 20 53
Binary 10000000 1011101 1101110 0 11011 1110 110010 101001011 10000 101011

Color Harmonies of #805D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D6E

Black with #805D6E

Text Example


Text Example

White with #805D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,93,110); }

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

background-color css

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

 a { background-color: rgb(128,93,110); }

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

border-color css

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

 span { border-color: rgb(128,93,110); }

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