Html Css Color HEX #804F63 Cosmic

📋 copy color: '#804F63'

red 128 ◦ green 79 ◦ blue 99

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

Shades of Cosmic #804F63

Tints of Cosmic #804F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

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

R = 41.83%
G = 25.82%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#804F63 (or 0x804F63) is known color: Cosmic. HEX triplet: 80, 4F and 63. RGB value is (128,79,99). Sum of RGB (Red+Green+Blue) = 128+79+99=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #804F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F63 is #7FB09C. Grayscale: #5F5F5F. Windows color (decimal): -8368285 or 6508416. OLE color: 6508416.

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

Color convert

RGB 128 79 99 -
CMYK 0 0.38 0.23 0.50
HSL 335.51º 0.24% 0.41% -
HSV(B) 335.51º 0.38% 0.5% -
XYZ 13.95 11.08 13.21 -
YUV 95.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 128 79 99 0 0.38 0.23 0.50 335.51 0.24 0.41
Hex 80 4F 63 0 26 17 32 150 18 29
Octal 200 117 143 0 46 27 62 520 30 51
Binary 10000000 1001111 1100011 0 100110 10111 110010 101010000 11000 101001

Color Harmonies of #804F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F63

Black with #804F63

Text Example


Text Example

White with #804F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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