Html Css Color HEX #80476E Cosmic

📋 copy color: '#80476E'

red 128 ◦ green 71 ◦ blue 110

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

Shades of Cosmic #80476E

Tints of Cosmic #80476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 41.42%
G = 22.98%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80476E (or 0x80476E) is known color: Cosmic. HEX triplet: 80, 47 and 6E. RGB value is (128,71,110). Sum of RGB (Red+Green+Blue) = 128+71+110=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80476E is #7FB891. Grayscale: #5C5C5C. Windows color (decimal): -8370322 or 7227264. OLE color: 7227264.

HSL color Cylindrical-coordinate representation of color #80476E: hue angle of 318.95º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80476E is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 110 -
CMYK 0 0.45 0.14 0.50
HSL 318.95º 0.29% 0.39% -
HSV(B) 318.95º 0.45% 0.5% -
XYZ 13.97 10.22 15.99 -
YUV 92.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 128 71 110 0 0.45 0.14 0.50 318.95 0.29 0.39
Hex 80 47 6E 0 2D E 32 13F 1D 27
Octal 200 107 156 0 55 16 62 477 35 47
Binary 10000000 1000111 1101110 0 101101 1110 110010 100111111 11101 100111

Color Harmonies of #80476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80476E

Black with #80476E

Text Example


Text Example

White with #80476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80476E; }

 p { color: rgb(128,71,110); }

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

background-color css

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

 a { background-color: rgb(128,71,110); }

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

border-color css

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

 span { border-color: rgb(128,71,110); }

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