Shades of Peach #FFC9A7
Tints of Peach #FFC9A7
RGB
CMYK
RGB Variations
Color information
#FFC9A7 (or 0xFFC9A7) is known color: Peach. HEX triplet: FF, C9 and A7. RGB value is (255,201,167). Sum of RGB (Red+Green+Blue) = 255+201+167=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 167 (65.62% from 255 or 26.81% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A7 is #003658. Grayscale: #D5D5D5. Windows color (decimal): -13913 or 10996223. OLE color: 10996223.
HSL color Cylindrical-coordinate representation of color #FFC9A7: hue angle of 23.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFC9A7 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 167 | - |
| CMYK | 0 | 0.21 | 0.35 | 0 |
| HSL | 23.18º | 1% | 0.83% | - |
| HSV(B) | 23.18º | 0.35% | 1% | - |
| XYZ | 69.1 | 65.82 | 45.62 | - |
| YUV | 213.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 167 | 0 | 0.21 | 0.35 | 0 | 23.18 | 1 | 0.83 |
| Hex | FF | C9 | A7 | 0 | 15 | 23 | 0 | 17 | 64 | 53 |
| Octal | 377 | 311 | 247 | 0 | 25 | 43 | 0 | 27 | 144 | 123 |
| Binary | 11111111 | 11001001 | 10100111 | 0 | 10101 | 100011 | 0 | 10111 | 1100100 | 1010011 |
Color Harmonies of #FFC9A7
Complementary color
Monochromatic Colors of #FFC9A7
Black with #FFC9A7
Text Example
Text Example
White with #FFC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9A7; }
p { color: rgb(255,201,167); }
H1.HeaderClassName
{
color: #FFC9A7;
}
.AnyTagClassName
{
color: #FFC9A7;
}
</style>
background-color css
<style>
a { background-color: #FFC9A7; }
a { background-color: rgb(255,201,167); }
div.DivClassName
{
background-color: #FFC9A7;
}
.BgClassName
{
background-color: #FFC9A7;
}
</style>
border-color css
<style>
span { border-color: #FFC9A7; }
span { border-color: rgb(255,201,167); }
td.TdClassName
{
border-color: #FFC9A7;
}
.TagClassName
{
border-color: #FFC9A7;
}
</style>