Shades of Wewak #FF9C9D
Tints of Wewak #FF9C9D
RGB
CMYK
RGB Variations
Color information
#FF9C9D (or 0xFF9C9D) is known color: Wewak. HEX triplet: FF, 9C and 9D. RGB value is (255,156,157). Sum of RGB (Red+Green+Blue) = 255+156+157=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C9D is #006362. Grayscale: #B9B9B9. Windows color (decimal): -25443 or 10329343. OLE color: 10329343.
HSL color Cylindrical-coordinate representation of color #FF9C9D: hue angle of 359.39º 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 #FF9C9D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 157 | - |
| CMYK | 0 | 0.39 | 0.38 | 0 |
| HSL | 359.39º | 1% | 0.81% | - |
| HSV(B) | 359.39º | 0.39% | 1% | - |
| XYZ | 59.21 | 47.47 | 37.94 | - |
| YUV | 185.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 157 | 0 | 0.39 | 0.38 | 0 | 359.39 | 1 | 0.81 |
| Hex | FF | 9C | 9D | 0 | 27 | 26 | 0 | 167 | 64 | 51 |
| Octal | 377 | 234 | 235 | 0 | 47 | 46 | 0 | 547 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10011101 | 0 | 100111 | 100110 | 0 | 101100111 | 1100100 | 1010001 |
Color Harmonies of #FF9C9D
Complementary color
Monochromatic Colors of #FF9C9D
Black with #FF9C9D
Text Example
Text Example
White with #FF9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C9D; }
p { color: rgb(255,156,157); }
H1.HeaderClassName
{
color: #FF9C9D;
}
.AnyTagClassName
{
color: #FF9C9D;
}
</style>
background-color css
<style>
a { background-color: #FF9C9D; }
a { background-color: rgb(255,156,157); }
div.DivClassName
{
background-color: #FF9C9D;
}
.BgClassName
{
background-color: #FF9C9D;
}
</style>
border-color css
<style>
span { border-color: #FF9C9D; }
span { border-color: rgb(255,156,157); }
td.TdClassName
{
border-color: #FF9C9D;
}
.TagClassName
{
border-color: #FF9C9D;
}
</style>