Shades of Wewak #FF9C9F
Tints of Wewak #FF9C9F
RGB
CMYK
RGB Variations
Color information
#FF9C9F (or 0xFF9C9F) is known color: Wewak. HEX triplet: FF, 9C and 9F. RGB value is (255,156,159). Sum of RGB (Red+Green+Blue) = 255+156+159=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C9F is #006360. Grayscale: #BABABA. Windows color (decimal): -25441 or 10460415. OLE color: 10460415.
HSL color Cylindrical-coordinate representation of color #FF9C9F: hue angle of 358.18º 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 #FF9C9F is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 159 | - |
| CMYK | 0 | 0.39 | 0.38 | 0 |
| HSL | 358.18º | 1% | 0.81% | - |
| HSV(B) | 358.18º | 0.39% | 1% | - |
| XYZ | 59.39 | 47.54 | 38.85 | - |
| YUV | 185.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 159 | 0 | 0.39 | 0.38 | 0 | 358.18 | 1 | 0.81 |
| Hex | FF | 9C | 9F | 0 | 27 | 26 | 0 | 166 | 64 | 51 |
| Octal | 377 | 234 | 237 | 0 | 47 | 46 | 0 | 546 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10011111 | 0 | 100111 | 100110 | 0 | 101100110 | 1100100 | 1010001 |
Color Harmonies of #FF9C9F
Complementary color
Monochromatic Colors of #FF9C9F
Black with #FF9C9F
Text Example
Text Example
White with #FF9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C9F; }
p { color: rgb(255,156,159); }
H1.HeaderClassName
{
color: #FF9C9F;
}
.AnyTagClassName
{
color: #FF9C9F;
}
</style>
background-color css
<style>
a { background-color: #FF9C9F; }
a { background-color: rgb(255,156,159); }
div.DivClassName
{
background-color: #FF9C9F;
}
.BgClassName
{
background-color: #FF9C9F;
}
</style>
border-color css
<style>
span { border-color: #FF9C9F; }
span { border-color: rgb(255,156,159); }
td.TdClassName
{
border-color: #FF9C9F;
}
.TagClassName
{
border-color: #FF9C9F;
}
</style>