Html Css Color HEX #804F68 Cosmic

📋 copy color: '#804F68'

red 128 ◦ green 79 ◦ blue 104

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

Shades of Cosmic #804F68

Tints of Cosmic #804F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 41.16%
G = 25.4%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#804F68 (or 0x804F68) is known color: Cosmic. HEX triplet: 80, 4F and 68. RGB value is (128,79,104). Sum of RGB (Red+Green+Blue) = 128+79+104=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #804F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F68 is #7FB097. Grayscale: #606060. Windows color (decimal): -8368280 or 6836096. OLE color: 6836096.

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

Color convert

RGB 128 79 104 -
CMYK 0 0.38 0.19 0.50
HSL 329.39º 0.24% 0.41% -
HSV(B) 329.39º 0.38% 0.5% -
XYZ 14.2 11.18 14.51 -
YUV 96.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 128 79 104 0 0.38 0.19 0.50 329.39 0.24 0.41
Hex 80 4F 68 0 26 13 32 149 18 29
Octal 200 117 150 0 46 23 62 511 30 51
Binary 10000000 1001111 1101000 0 100110 10011 110010 101001001 11000 101001

Color Harmonies of #804F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F68

Black with #804F68

Text Example


Text Example

White with #804F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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