Shades of Wewak #FF9CA3
Tints of Wewak #FF9CA3
RGB
CMYK
RGB Variations
Color information
#FF9CA3 (or 0xFF9CA3) is known color: Wewak. HEX triplet: FF, 9C and A3. RGB value is (255,156,163). Sum of RGB (Red+Green+Blue) = 255+156+163=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CA3 is #00635C. Grayscale: #BABABA. Windows color (decimal): -25437 or 10722559. OLE color: 10722559.
HSL color Cylindrical-coordinate representation of color #FF9CA3: hue angle of 355.76º 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 #FF9CA3 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 163 | - |
| CMYK | 0 | 0.39 | 0.36 | 0 |
| HSL | 355.76º | 1% | 0.81% | - |
| HSV(B) | 355.76º | 0.39% | 1% | - |
| XYZ | 59.74 | 47.68 | 40.71 | - |
| YUV | 186.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 163 | 0 | 0.39 | 0.36 | 0 | 355.76 | 1 | 0.81 |
| Hex | FF | 9C | A3 | 0 | 27 | 24 | 0 | 164 | 64 | 51 |
| Octal | 377 | 234 | 243 | 0 | 47 | 44 | 0 | 544 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10100011 | 0 | 100111 | 100100 | 0 | 101100100 | 1100100 | 1010001 |
Color Harmonies of #FF9CA3
Complementary color
Monochromatic Colors of #FF9CA3
Black with #FF9CA3
Text Example
Text Example
White with #FF9CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CA3; }
p { color: rgb(255,156,163); }
H1.HeaderClassName
{
color: #FF9CA3;
}
.AnyTagClassName
{
color: #FF9CA3;
}
</style>
background-color css
<style>
a { background-color: #FF9CA3; }
a { background-color: rgb(255,156,163); }
div.DivClassName
{
background-color: #FF9CA3;
}
.BgClassName
{
background-color: #FF9CA3;
}
</style>
border-color css
<style>
span { border-color: #FF9CA3; }
span { border-color: rgb(255,156,163); }
td.TdClassName
{
border-color: #FF9CA3;
}
.TagClassName
{
border-color: #FF9CA3;
}
</style>