Html Css Color HEX #805462 Cosmic

📋 copy color: '#805462'

red 128 ◦ green 84 ◦ blue 98

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

Shades of Cosmic #805462

Tints of Cosmic #805462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 41.29%
G = 27.1%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#805462 (or 0x805462) is known color: Cosmic. HEX triplet: 80, 54 and 62. RGB value is (128,84,98). Sum of RGB (Red+Green+Blue) = 128+84+98=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805462 is #7FAB9D. Grayscale: #626262. Windows color (decimal): -8367006 or 6444160. OLE color: 6444160.

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

Color convert

RGB 128 84 98 -
CMYK 0 0.34 0.23 0.50
HSL 340.91º 0.21% 0.42% -
HSV(B) 340.91º 0.34% 0.5% -
XYZ 14.28 11.81 13.08 -
YUV 98.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 128 84 98 0 0.34 0.23 0.50 340.91 0.21 0.42
Hex 80 54 62 0 22 17 32 155 15 2A
Octal 200 124 142 0 42 27 62 525 25 52
Binary 10000000 1010100 1100010 0 100010 10111 110010 101010101 10101 101010

Color Harmonies of #805462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805462

Black with #805462

Text Example


Text Example

White with #805462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805462; }

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

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

background-color css

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

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

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

border-color css

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

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

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