Html Css Color HEX #804C5F Cosmic

📋 copy color: '#804C5F'

red 128 ◦ green 76 ◦ blue 95

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

Shades of Cosmic #804C5F

Tints of Cosmic #804C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 42.81%
G = 25.42%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#804C5F (or 0x804C5F) is known color: Cosmic. HEX triplet: 80, 4C and 5F. RGB value is (128,76,95). Sum of RGB (Red+Green+Blue) = 128+76+95=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #804C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804C5F is #7FB3A0. Grayscale: #5D5D5D. Windows color (decimal): -8369057 or 6245504. OLE color: 6245504.

HSL color Cylindrical-coordinate representation of color #804C5F: hue angle of 338.08º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804C5F is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 76 95 -
CMYK 0 0.41 0.26 0.50
HSL 338.08º 0.25% 0.4% -
HSV(B) 338.08º 0.41% 0.5% -
XYZ 13.55 10.58 12.16 -
YUV 93.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 128 76 95 0 0.41 0.26 0.50 338.08 0.25 0.4
Hex 80 4C 5F 0 29 1A 32 152 19 28
Octal 200 114 137 0 51 32 62 522 31 50
Binary 10000000 1001100 1011111 0 101001 11010 110010 101010010 11001 101000

Color Harmonies of #804C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C5F

Black with #804C5F

Text Example


Text Example

White with #804C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804C5F; }

 p { color: rgb(128,76,95); }

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

background-color css

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

 a { background-color: rgb(128,76,95); }

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

border-color css

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

 span { border-color: rgb(128,76,95); }

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