Html Css Color HEX #804463 Cosmic

📋 copy color: '#804463'

red 128 ◦ green 68 ◦ blue 99

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

Shades of Cosmic #804463

Tints of Cosmic #804463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 43.39%
G = 23.05%
B = 33.56%

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

#804463 (or 0x804463) is known color: Cosmic. HEX triplet: 80, 44 and 63. RGB value is (128,68,99). Sum of RGB (Red+Green+Blue) = 128+68+99=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #804463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804463 is #7FBB9C. Grayscale: #595959. Windows color (decimal): -8371101 or 6505600. OLE color: 6505600.

HSL color Cylindrical-coordinate representation of color #804463: hue angle of 329º 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 #804463 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 99 -
CMYK 0 0.47 0.23 0.50
HSL 329º 0.31% 0.38% -
HSV(B) 329º 0.47% 0.5% -
XYZ 13.22 9.62 12.97 -
YUV 89.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 128 68 99 0 0.47 0.23 0.50 329 0.31 0.38
Hex 80 44 63 0 2F 17 32 149 1F 26
Octal 200 104 143 0 57 27 62 511 37 46
Binary 10000000 1000100 1100011 0 101111 10111 110010 101001001 11111 100110

Color Harmonies of #804463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804463

Black with #804463

Text Example


Text Example

White with #804463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804463; }

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

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

background-color css

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

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

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

border-color css

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

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

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