Html Css Color HEX #804462 Cosmic

📋 copy color: '#804462'

red 128 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #804462

Tints of Cosmic #804462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 43.54%
G = 23.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#804462 (or 0x804462) is known color: Cosmic. HEX triplet: 80, 44 and 62. RGB value is (128,68,98). Sum of RGB (Red+Green+Blue) = 128+68+98=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #804462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804462 is #7FBB9D. Grayscale: #595959. Windows color (decimal): -8371102 or 6440064. OLE color: 6440064.

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

Color convert

RGB 128 68 98 -
CMYK 0 0.47 0.23 0.50
HSL 330º 0.31% 0.38% -
HSV(B) 330º 0.47% 0.5% -
XYZ 13.17 9.61 12.71 -
YUV 89.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 128 68 98 0 0.47 0.23 0.50 330 0.31 0.38
Hex 80 44 62 0 2F 17 32 14A 1F 26
Octal 200 104 142 0 57 27 62 512 37 46
Binary 10000000 1000100 1100010 0 101111 10111 110010 101001010 11111 100110

Color Harmonies of #804462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804462

Black with #804462

Text Example


Text Example

White with #804462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804462; }

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

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

background-color css

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

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

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

border-color css

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

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

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