Shades of Wewak #FF9CA5
Tints of Wewak #FF9CA5
RGB
CMYK
RGB Variations
Color information
#FF9CA5 (or 0xFF9CA5) is known color: Wewak. HEX triplet: FF, 9C and A5. RGB value is (255,156,165). Sum of RGB (Red+Green+Blue) = 255+156+165=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CA5 is #00635A. Grayscale: #BABABA. Windows color (decimal): -25435 or 10853631. OLE color: 10853631.
HSL color Cylindrical-coordinate representation of color #FF9CA5: hue angle of 354.55º 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 #FF9CA5 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 165 | - |
| CMYK | 0 | 0.39 | 0.35 | 0 |
| HSL | 354.55º | 1% | 0.81% | - |
| HSV(B) | 354.55º | 0.39% | 1% | - |
| XYZ | 59.92 | 47.75 | 41.66 | - |
| YUV | 186.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 165 | 0 | 0.39 | 0.35 | 0 | 354.55 | 1 | 0.81 |
| Hex | FF | 9C | A5 | 0 | 27 | 23 | 0 | 163 | 64 | 51 |
| Octal | 377 | 234 | 245 | 0 | 47 | 43 | 0 | 543 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10100101 | 0 | 100111 | 100011 | 0 | 101100011 | 1100100 | 1010001 |
Color Harmonies of #FF9CA5
Complementary color
Monochromatic Colors of #FF9CA5
Black with #FF9CA5
Text Example
Text Example
White with #FF9CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CA5; }
p { color: rgb(255,156,165); }
H1.HeaderClassName
{
color: #FF9CA5;
}
.AnyTagClassName
{
color: #FF9CA5;
}
</style>
background-color css
<style>
a { background-color: #FF9CA5; }
a { background-color: rgb(255,156,165); }
div.DivClassName
{
background-color: #FF9CA5;
}
.BgClassName
{
background-color: #FF9CA5;
}
</style>
border-color css
<style>
span { border-color: #FF9CA5; }
span { border-color: rgb(255,156,165); }
td.TdClassName
{
border-color: #FF9CA5;
}
.TagClassName
{
border-color: #FF9CA5;
}
</style>