Html Css Color HEX #804968 Cosmic

📋 copy color: '#804968'

red 128 ◦ green 73 ◦ blue 104

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

Shades of Cosmic #804968

Tints of Cosmic #804968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 41.97%
G = 23.93%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#804968 (or 0x804968) is known color: Cosmic. HEX triplet: 80, 49 and 68. RGB value is (128,73,104). Sum of RGB (Red+Green+Blue) = 128+73+104=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #804968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804968 is #7FB697. Grayscale: #5C5C5C. Windows color (decimal): -8369816 or 6834560. OLE color: 6834560.

HSL color Cylindrical-coordinate representation of color #804968: hue angle of 326.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804968 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 104 -
CMYK 0 0.43 0.19 0.50
HSL 326.18º 0.27% 0.39% -
HSV(B) 326.18º 0.43% 0.5% -
XYZ 13.78 10.35 14.37 -
YUV 92.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 128 73 104 0 0.43 0.19 0.50 326.18 0.27 0.39
Hex 80 49 68 0 2B 13 32 146 1B 27
Octal 200 111 150 0 53 23 62 506 33 47
Binary 10000000 1001001 1101000 0 101011 10011 110010 101000110 11011 100111

Color Harmonies of #804968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804968

Black with #804968

Text Example


Text Example

White with #804968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804968; }

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

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

background-color css

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

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

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

border-color css

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

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

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