Html Css Color HEX #804562 Cosmic

📋 copy color: '#804562'

red 128 ◦ green 69 ◦ blue 98

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

Shades of Cosmic #804562

Tints of Cosmic #804562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 43.39%
G = 23.39%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#804562 (or 0x804562) is known color: Cosmic. HEX triplet: 80, 45 and 62. RGB value is (128,69,98). Sum of RGB (Red+Green+Blue) = 128+69+98=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #804562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804562 is #7FBA9D. Grayscale: #595959. Windows color (decimal): -8370846 or 6440320. OLE color: 6440320.

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

Color convert

RGB 128 69 98 -
CMYK 0 0.46 0.23 0.50
HSL 330.51º 0.3% 0.39% -
HSV(B) 330.51º 0.46% 0.5% -
XYZ 13.23 9.73 12.74 -
YUV 89.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 128 69 98 0 0.46 0.23 0.50 330.51 0.3 0.39
Hex 80 45 62 0 2E 17 32 14B 1E 27
Octal 200 105 142 0 56 27 62 513 36 47
Binary 10000000 1000101 1100010 0 101110 10111 110010 101001011 11110 100111

Color Harmonies of #804562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804562

Black with #804562

Text Example


Text Example

White with #804562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804562; }

 p { color: rgb(128,69,98); }

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

background-color css

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

 a { background-color: rgb(128,69,98); }

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

border-color css

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

 span { border-color: rgb(128,69,98); }

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