Html Css Color HEX #805868 Cosmic

📋 copy color: '#805868'

red 128 ◦ green 88 ◦ blue 104

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

Shades of Cosmic #805868

Tints of Cosmic #805868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 40%
G = 27.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#805868 (or 0x805868) is known color: Cosmic. HEX triplet: 80, 58 and 68. RGB value is (128,88,104). Sum of RGB (Red+Green+Blue) = 128+88+104=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #805868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805868 is #7FA797. Grayscale: #656565. Windows color (decimal): -8365976 or 6838400. OLE color: 6838400.

HSL color Cylindrical-coordinate representation of color #805868: hue angle of 336º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805868 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 104 -
CMYK 0 0.31 0.19 0.50
HSL 336º 0.19% 0.42% -
HSV(B) 336º 0.31% 0.5% -
XYZ 14.89 12.57 14.74 -
YUV 101.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 128 88 104 0 0.31 0.19 0.50 336 0.19 0.42
Hex 80 58 68 0 1F 13 32 150 13 2A
Octal 200 130 150 0 37 23 62 520 23 52
Binary 10000000 1011000 1101000 0 11111 10011 110010 101010000 10011 101010

Color Harmonies of #805868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805868

Black with #805868

Text Example


Text Example

White with #805868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805868; }

 p { color: rgb(128,88,104); }

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

background-color css

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

 a { background-color: rgb(128,88,104); }

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

border-color css

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

 span { border-color: rgb(128,88,104); }

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