Html Css Color HEX #805869 Cosmic

📋 copy color: '#805869'

red 128 ◦ green 88 ◦ blue 105

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

Shades of Cosmic #805869

Tints of Cosmic #805869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 39.88%
G = 27.41%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#805869 (or 0x805869) is known color: Cosmic. HEX triplet: 80, 58 and 69. RGB value is (128,88,105). Sum of RGB (Red+Green+Blue) = 128+88+105=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #805869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805869 is #7FA796. Grayscale: #656565. Windows color (decimal): -8365975 or 6903936. OLE color: 6903936.

HSL color Cylindrical-coordinate representation of color #805869: hue angle of 334.5º 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 #805869 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 105 -
CMYK 0 0.31 0.18 0.50
HSL 334.5º 0.19% 0.42% -
HSV(B) 334.5º 0.31% 0.5% -
XYZ 14.94 12.59 15.01 -
YUV 101.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 128 88 105 0 0.31 0.18 0.50 334.5 0.19 0.42
Hex 80 58 69 0 1F 12 32 14E 13 2A
Octal 200 130 151 0 37 22 62 516 23 52
Binary 10000000 1011000 1101001 0 11111 10010 110010 101001110 10011 101010

Color Harmonies of #805869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805869

Black with #805869

Text Example


Text Example

White with #805869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805869; }

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

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

background-color css

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

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

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

border-color css

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

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

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