Html Css Color HEX #805463 Cosmic

📋 copy color: '#805463'

red 128 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #805463

Tints of Cosmic #805463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.83%

R = 41.16%
G = 27.01%
B = 31.83%

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

#805463 (or 0x805463) is known color: Cosmic. HEX triplet: 80, 54 and 63. RGB value is (128,84,99). Sum of RGB (Red+Green+Blue) = 128+84+99=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805463 is #7FAB9C. Grayscale: #626262. Windows color (decimal): -8367005 or 6509696. OLE color: 6509696.

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

Color convert

RGB 128 84 99 -
CMYK 0 0.34 0.23 0.50
HSL 339.55º 0.21% 0.42% -
HSV(B) 339.55º 0.34% 0.5% -
XYZ 14.32 11.83 13.33 -
YUV 98.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 128 84 99 0 0.34 0.23 0.50 339.55 0.21 0.42
Hex 80 54 63 0 22 17 32 154 15 2A
Octal 200 124 143 0 42 27 62 524 25 52
Binary 10000000 1010100 1100011 0 100010 10111 110010 101010100 10101 101010

Color Harmonies of #805463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805463

Black with #805463

Text Example


Text Example

White with #805463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805463; }

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

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

background-color css

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

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

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

border-color css

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

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

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