Html Css Color HEX #805668 Cosmic

📋 copy color: '#805668'

red 128 ◦ green 86 ◦ blue 104

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

Shades of Cosmic #805668

Tints of Cosmic #805668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 40.25%
G = 27.04%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#805668 (or 0x805668) is known color: Cosmic. HEX triplet: 80, 56 and 68. RGB value is (128,86,104). Sum of RGB (Red+Green+Blue) = 128+86+104=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #805668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805668 is #7FA997. Grayscale: #646464. Windows color (decimal): -8366488 or 6837888. OLE color: 6837888.

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

Color convert

RGB 128 86 104 -
CMYK 0 0.33 0.19 0.50
HSL 334.29º 0.2% 0.42% -
HSV(B) 334.29º 0.33% 0.5% -
XYZ 14.73 12.24 14.68 -
YUV 100.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 128 86 104 0 0.33 0.19 0.50 334.29 0.2 0.42
Hex 80 56 68 0 21 13 32 14E 14 2A
Octal 200 126 150 0 41 23 62 516 24 52
Binary 10000000 1010110 1101000 0 100001 10011 110010 101001110 10100 101010

Color Harmonies of #805668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805668

Black with #805668

Text Example


Text Example

White with #805668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805668; }

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

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

background-color css

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

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

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

border-color css

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

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

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