Html Css Color HEX #804F60 Cosmic

📋 copy color: '#804F60'

red 128 ◦ green 79 ◦ blue 96

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

Shades of Cosmic #804F60

Tints of Cosmic #804F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 42.24%
G = 26.07%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#804F60 (or 0x804F60) is known color: Cosmic. HEX triplet: 80, 4F and 60. RGB value is (128,79,96). Sum of RGB (Red+Green+Blue) = 128+79+96=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #804F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F60 is #7FB09F. Grayscale: #5F5F5F. Windows color (decimal): -8368288 or 6311808. OLE color: 6311808.

HSL color Cylindrical-coordinate representation of color #804F60: hue angle of 339.18º 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 #804F60 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 79 96 -
CMYK 0 0.38 0.25 0.50
HSL 339.18º 0.24% 0.41% -
HSV(B) 339.18º 0.38% 0.5% -
XYZ 13.81 11.03 12.47 -
YUV 95.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 128 79 96 0 0.38 0.25 0.50 339.18 0.24 0.41
Hex 80 4F 60 0 26 19 32 153 18 29
Octal 200 117 140 0 46 31 62 523 30 51
Binary 10000000 1001111 1100000 0 100110 11001 110010 101010011 11000 101001

Color Harmonies of #804F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F60

Black with #804F60

Text Example


Text Example

White with #804F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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