Shades of Wewak #FF9CA6
Tints of Wewak #FF9CA6
RGB
CMYK
RGB Variations
Color information
#FF9CA6 (or 0xFF9CA6) is known color: Wewak. HEX triplet: FF, 9C and A6. RGB value is (255,156,166). Sum of RGB (Red+Green+Blue) = 255+156+166=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CA6 is #006359. Grayscale: #BABABA. Windows color (decimal): -25434 or 10919167. OLE color: 10919167.
HSL color Cylindrical-coordinate representation of color #FF9CA6: hue angle of 353.94º 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 #FF9CA6 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 166 | - |
| CMYK | 0 | 0.39 | 0.35 | 0 |
| HSL | 353.94º | 1% | 0.81% | - |
| HSV(B) | 353.94º | 0.39% | 1% | - |
| XYZ | 60.01 | 47.79 | 42.14 | - |
| YUV | 186.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 166 | 0 | 0.39 | 0.35 | 0 | 353.94 | 1 | 0.81 |
| Hex | FF | 9C | A6 | 0 | 27 | 23 | 0 | 162 | 64 | 51 |
| Octal | 377 | 234 | 246 | 0 | 47 | 43 | 0 | 542 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10100110 | 0 | 100111 | 100011 | 0 | 101100010 | 1100100 | 1010001 |
Color Harmonies of #FF9CA6
Complementary color
Monochromatic Colors of #FF9CA6
Black with #FF9CA6
Text Example
Text Example
White with #FF9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CA6; }
p { color: rgb(255,156,166); }
H1.HeaderClassName
{
color: #FF9CA6;
}
.AnyTagClassName
{
color: #FF9CA6;
}
</style>
background-color css
<style>
a { background-color: #FF9CA6; }
a { background-color: rgb(255,156,166); }
div.DivClassName
{
background-color: #FF9CA6;
}
.BgClassName
{
background-color: #FF9CA6;
}
</style>
border-color css
<style>
span { border-color: #FF9CA6; }
span { border-color: rgb(255,156,166); }
td.TdClassName
{
border-color: #FF9CA6;
}
.TagClassName
{
border-color: #FF9CA6;
}
</style>