Html Css Color HEX #805069 Cosmic

📋 copy color: '#805069'

red 128 ◦ green 80 ◦ blue 105

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

Shades of Cosmic #805069

Tints of Cosmic #805069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 40.89%
G = 25.56%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#805069 (or 0x805069) is known color: Cosmic. HEX triplet: 80, 50 and 69. RGB value is (128,80,105). Sum of RGB (Red+Green+Blue) = 128+80+105=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #805069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805069 is #7FAF96. Grayscale: #616161. Windows color (decimal): -8368023 or 6901888. OLE color: 6901888.

HSL color Cylindrical-coordinate representation of color #805069: hue angle of 328.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805069 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 105 -
CMYK 0 0.38 0.18 0.50
HSL 328.75º 0.23% 0.41% -
HSV(B) 328.75º 0.38% 0.5% -
XYZ 14.32 11.35 14.8 -
YUV 97.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 128 80 105 0 0.38 0.18 0.50 328.75 0.23 0.41
Hex 80 50 69 0 26 12 32 149 17 29
Octal 200 120 151 0 46 22 62 511 27 51
Binary 10000000 1010000 1101001 0 100110 10010 110010 101001001 10111 101001

Color Harmonies of #805069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805069

Black with #805069

Text Example


Text Example

White with #805069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805069; }

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

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

background-color css

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

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

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

border-color css

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

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

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