#804C67

Color #804C67 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #804C67

Tints of Cosmic #804C67

Color information

#804C67 (or 0x804C67) is unknown color: approx Cosmic. HEX triplet: 80, 4C and 67. RGB value is (128,76,103). Sum of RGB (Red+Green+Blue) = 128+76+103=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #804C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804C67 is #7FB398. Grayscale: #5E5E5E. Windows color (decimal): -8369049 or 6769792. OLE color: 6769792.

HSL color Cylindrical-coordinate representation of color #804C67: hue angle of 328.85º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804C67 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB12876103-
CMYK00.410.200.50
HSL328.85º25.49%40%-
HSV(B)328.85º40.62%50.2%-
XYZ13.9310.7414.17-
YUV94.63132.73151.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=41.69%
G=24.76%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287610300.410.200.50328.8525.4940
Hex804C6702914321491928
Octal20011414705124625113150
Binary100000001001100110011101010011010011001010100100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804C67; }

 p { color: rgb(128,76,103); }

 H1.HeaderClassName
 {
   color: #804C67;
 }
 .AnyTagClassName
 {
   color: #804C67;
 }
</style>
background-color css

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

 a { background-color: rgb(128,76,103); }

 div.DivClassName
 {
   background-color: #804C67;
 }
 .BgClassName
 {
   background-color: #804C67;
 }
</style>
border-color css

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

 span { border-color: rgb(128,76,103); }

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