Shades of Wewak #FF808C
Tints of Wewak #FF808C
RGB
CMYK
RGB Variations
Color information
#FF808C (or 0xFF808C) is known color: Wewak. HEX triplet: FF, 80 and 8C. RGB value is (255,128,140). Sum of RGB (Red+Green+Blue) = 255+128+140=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF808C is #007F73. Grayscale: #A7A7A7. Windows color (decimal): -32628 or 9208063. OLE color: 9208063.
HSL color Cylindrical-coordinate representation of color #FF808C: hue angle of 354.33º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF808C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 140 | - |
| CMYK | 0 | 0.50 | 0.45 | 0 |
| HSL | 354.33º | 1% | 0.75% | - |
| HSV(B) | 354.33º | 0.5% | 1% | - |
| XYZ | 53.69 | 38.59 | 29.43 | - |
| YUV | 167.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 140 | 0 | 0.50 | 0.45 | 0 | 354.33 | 1 | 0.75 |
| Hex | FF | 80 | 8C | 0 | 32 | 2D | 0 | 162 | 64 | 4B |
| Octal | 377 | 200 | 214 | 0 | 62 | 55 | 0 | 542 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10001100 | 0 | 110010 | 101101 | 0 | 101100010 | 1100100 | 1001011 |
Color Harmonies of #FF808C
Complementary color
Monochromatic Colors of #FF808C
Black with #FF808C
Text Example
Text Example
White with #FF808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF808C; }
p { color: rgb(255,128,140); }
H1.HeaderClassName
{
color: #FF808C;
}
.AnyTagClassName
{
color: #FF808C;
}
</style>
background-color css
<style>
a { background-color: #FF808C; }
a { background-color: rgb(255,128,140); }
div.DivClassName
{
background-color: #FF808C;
}
.BgClassName
{
background-color: #FF808C;
}
</style>
border-color css
<style>
span { border-color: #FF808C; }
span { border-color: rgb(255,128,140); }
td.TdClassName
{
border-color: #FF808C;
}
.TagClassName
{
border-color: #FF808C;
}
</style>