Html Css Color HEX #805263 Cosmic

📋 copy color: '#805263'

red 128 ◦ green 82 ◦ blue 99

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

Shades of Cosmic #805263

Tints of Cosmic #805263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 41.42%
G = 26.54%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#805263 (or 0x805263) is known color: Cosmic. HEX triplet: 80, 52 and 63. RGB value is (128,82,99). Sum of RGB (Red+Green+Blue) = 128+82+99=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #805263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805263 is #7FAD9C. Grayscale: #616161. Windows color (decimal): -8367517 or 6509184. OLE color: 6509184.

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

Color convert

RGB 128 82 99 -
CMYK 0 0.36 0.23 0.50
HSL 337.83º 0.22% 0.41% -
HSV(B) 337.83º 0.36% 0.5% -
XYZ 14.17 11.52 13.28 -
YUV 97.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 128 82 99 0 0.36 0.23 0.50 337.83 0.22 0.41
Hex 80 52 63 0 24 17 32 152 16 29
Octal 200 122 143 0 44 27 62 522 26 51
Binary 10000000 1010010 1100011 0 100100 10111 110010 101010010 10110 101001

Color Harmonies of #805263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805263

Black with #805263

Text Example


Text Example

White with #805263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805263; }

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

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

background-color css

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

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

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

border-color css

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

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

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