Html Css Color HEX #805468 Cosmic

📋 copy color: '#805468'

red 128 ◦ green 84 ◦ blue 104

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

Shades of Cosmic #805468

Tints of Cosmic #805468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 40.51%
G = 26.58%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#805468 (or 0x805468) is known color: Cosmic. HEX triplet: 80, 54 and 68. RGB value is (128,84,104). Sum of RGB (Red+Green+Blue) = 128+84+104=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #805468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805468 is #7FAB97. Grayscale: #636363. Windows color (decimal): -8367000 or 6837376. OLE color: 6837376.

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

Color convert

RGB 128 84 104 -
CMYK 0 0.34 0.19 0.50
HSL 332.73º 0.21% 0.42% -
HSV(B) 332.73º 0.34% 0.5% -
XYZ 14.57 11.93 14.63 -
YUV 99.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 128 84 104 0 0.34 0.19 0.50 332.73 0.21 0.42
Hex 80 54 68 0 22 13 32 14D 15 2A
Octal 200 124 150 0 42 23 62 515 25 52
Binary 10000000 1010100 1101000 0 100010 10011 110010 101001101 10101 101010

Color Harmonies of #805468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805468

Black with #805468

Text Example


Text Example

White with #805468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805468; }

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

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

background-color css

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

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

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

border-color css

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

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

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