Html Css Color HEX #804363 Cosmic

📋 copy color: '#804363'

red 128 ◦ green 67 ◦ blue 99

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

Shades of Cosmic #804363

Tints of Cosmic #804363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 43.54%
G = 22.79%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#804363 (or 0x804363) is known color: Cosmic. HEX triplet: 80, 43 and 63. RGB value is (128,67,99). Sum of RGB (Red+Green+Blue) = 128+67+99=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #804363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804363 is #7FBC9C. Grayscale: #585858. Windows color (decimal): -8371357 or 6505344. OLE color: 6505344.

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

Color convert

RGB 128 67 99 -
CMYK 0 0.48 0.23 0.50
HSL 328.52º 0.31% 0.38% -
HSV(B) 328.52º 0.48% 0.5% -
XYZ 13.16 9.5 12.95 -
YUV 88.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 128 67 99 0 0.48 0.23 0.50 328.52 0.31 0.38
Hex 80 43 63 0 30 17 32 149 1F 26
Octal 200 103 143 0 60 27 62 511 37 46
Binary 10000000 1000011 1100011 0 110000 10111 110010 101001001 11111 100110

Color Harmonies of #804363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804363

Black with #804363

Text Example


Text Example

White with #804363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804363; }

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

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

background-color css

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

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

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

border-color css

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

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

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