Html Css Color HEX #805A6E Cosmic

📋 copy color: '#805A6E'

red 128 ◦ green 90 ◦ blue 110

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

Shades of Cosmic #805A6E

Tints of Cosmic #805A6E

RGB

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

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

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

R = 39.02%
G = 27.44%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#805A6E (or 0x805A6E) is known color: Cosmic. HEX triplet: 80, 5A and 6E. RGB value is (128,90,110). Sum of RGB (Red+Green+Blue) = 128+90+110=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #805A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A6E is #7FA591. Grayscale: #676767. Windows color (decimal): -8365458 or 7232128. OLE color: 7232128.

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

Color convert

RGB 128 90 110 -
CMYK 0 0.30 0.14 0.50
HSL 328.42º 0.17% 0.43% -
HSV(B) 328.42º 0.3% 0.5% -
XYZ 15.37 13.03 16.46 -
YUV 103.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 128 90 110 0 0.30 0.14 0.50 328.42 0.17 0.43
Hex 80 5A 6E 0 1E E 32 148 11 2B
Octal 200 132 156 0 36 16 62 510 21 53
Binary 10000000 1011010 1101110 0 11110 1110 110010 101001000 10001 101011

Color Harmonies of #805A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A6E

Black with #805A6E

Text Example


Text Example

White with #805A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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