Shades of Wewak #FF9CA1
Tints of Wewak #FF9CA1
RGB
CMYK
RGB Variations
Color information
#FF9CA1 (or 0xFF9CA1) is known color: Wewak. HEX triplet: FF, 9C and A1. RGB value is (255,156,161). Sum of RGB (Red+Green+Blue) = 255+156+161=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CA1 is #00635E. Grayscale: #BABABA. Windows color (decimal): -25439 or 10591487. OLE color: 10591487.
HSL color Cylindrical-coordinate representation of color #FF9CA1: hue angle of 356.97º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CA1 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 161 | - |
| CMYK | 0 | 0.39 | 0.37 | 0 |
| HSL | 356.97º | 1% | 0.81% | - |
| HSV(B) | 356.97º | 0.39% | 1% | - |
| XYZ | 59.56 | 47.61 | 39.77 | - |
| YUV | 186.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 161 | 0 | 0.39 | 0.37 | 0 | 356.97 | 1 | 0.81 |
| Hex | FF | 9C | A1 | 0 | 27 | 25 | 0 | 165 | 64 | 51 |
| Octal | 377 | 234 | 241 | 0 | 47 | 45 | 0 | 545 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10100001 | 0 | 100111 | 100101 | 0 | 101100101 | 1100100 | 1010001 |
Color Harmonies of #FF9CA1
Complementary color
Monochromatic Colors of #FF9CA1
Black with #FF9CA1
Text Example
Text Example
White with #FF9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CA1; }
p { color: rgb(255,156,161); }
H1.HeaderClassName
{
color: #FF9CA1;
}
.AnyTagClassName
{
color: #FF9CA1;
}
</style>
background-color css
<style>
a { background-color: #FF9CA1; }
a { background-color: rgb(255,156,161); }
div.DivClassName
{
background-color: #FF9CA1;
}
.BgClassName
{
background-color: #FF9CA1;
}
</style>
border-color css
<style>
span { border-color: #FF9CA1; }
span { border-color: rgb(255,156,161); }
td.TdClassName
{
border-color: #FF9CA1;
}
.TagClassName
{
border-color: #FF9CA1;
}
</style>