Html Css Color HEX #804466 Cosmic

📋 copy color: '#804466'

red 128 ◦ green 68 ◦ blue 102

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

Shades of Cosmic #804466

Tints of Cosmic #804466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 42.95%
G = 22.82%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#804466 (or 0x804466) is known color: Cosmic. HEX triplet: 80, 44 and 66. RGB value is (128,68,102). Sum of RGB (Red+Green+Blue) = 128+68+102=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #804466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804466 is #7FBB99. Grayscale: #595959. Windows color (decimal): -8371098 or 6702208. OLE color: 6702208.

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

Color convert

RGB 128 68 102 -
CMYK 0 0.47 0.20 0.50
HSL 326º 0.31% 0.38% -
HSV(B) 326º 0.47% 0.5% -
XYZ 13.37 9.68 13.73 -
YUV 89.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 128 68 102 0 0.47 0.20 0.50 326 0.31 0.38
Hex 80 44 66 0 2F 14 32 146 1F 26
Octal 200 104 146 0 57 24 62 506 37 46
Binary 10000000 1000100 1100110 0 101111 10100 110010 101000110 11111 100110

Color Harmonies of #804466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804466

Black with #804466

Text Example


Text Example

White with #804466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804466; }

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

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

background-color css

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

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

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

border-color css

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

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

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