Html Css Color HEX #805471 Cosmic

📋 copy color: '#805471'

red 128 ◦ green 84 ◦ blue 113

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

Shades of Cosmic #805471

Tints of Cosmic #805471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 39.38%
G = 25.85%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805471 (or 0x805471) is known color: Cosmic. HEX triplet: 80, 54 and 71. RGB value is (128,84,113). Sum of RGB (Red+Green+Blue) = 128+84+113=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #805471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805471 is #7FAB8E. Grayscale: #646464. Windows color (decimal): -8366991 or 7427200. OLE color: 7427200.

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

Color convert

RGB 128 84 113 -
CMYK 0 0.34 0.12 0.50
HSL 320.45º 0.21% 0.42% -
HSV(B) 320.45º 0.34% 0.5% -
XYZ 15.05 12.12 17.17 -
YUV 100.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 128 84 113 0 0.34 0.12 0.50 320.45 0.21 0.42
Hex 80 54 71 0 22 C 32 140 15 2A
Octal 200 124 161 0 42 14 62 500 25 52
Binary 10000000 1010100 1110001 0 100010 1100 110010 101000000 10101 101010

Color Harmonies of #805471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805471

Black with #805471

Text Example


Text Example

White with #805471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805471; }

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

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

background-color css

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

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

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

border-color css

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

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

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