Shades of Peach #FFC9A3
Tints of Peach #FFC9A3
RGB
CMYK
RGB Variations
Color information
#FFC9A3 (or 0xFFC9A3) is known color: Peach. HEX triplet: FF, C9 and A3. RGB value is (255,201,163). Sum of RGB (Red+Green+Blue) = 255+201+163=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A3 is #00365C. Grayscale: #D5D5D5. Windows color (decimal): -13917 or 10734079. OLE color: 10734079.
HSL color Cylindrical-coordinate representation of color #FFC9A3: hue angle of 24.78º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC9A3 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 163 | - |
| CMYK | 0 | 0.21 | 0.36 | 0 |
| HSL | 24.78º | 1% | 0.82% | - |
| HSV(B) | 24.78º | 0.36% | 1% | - |
| XYZ | 68.74 | 65.68 | 43.7 | - |
| YUV | 212.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 163 | 0 | 0.21 | 0.36 | 0 | 24.78 | 1 | 0.82 |
| Hex | FF | C9 | A3 | 0 | 15 | 24 | 0 | 19 | 64 | 52 |
| Octal | 377 | 311 | 243 | 0 | 25 | 44 | 0 | 31 | 144 | 122 |
| Binary | 11111111 | 11001001 | 10100011 | 0 | 10101 | 100100 | 0 | 11001 | 1100100 | 1010010 |
Color Harmonies of #FFC9A3
Complementary color
Monochromatic Colors of #FFC9A3
Black with #FFC9A3
Text Example
Text Example
White with #FFC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9A3; }
p { color: rgb(255,201,163); }
H1.HeaderClassName
{
color: #FFC9A3;
}
.AnyTagClassName
{
color: #FFC9A3;
}
</style>
background-color css
<style>
a { background-color: #FFC9A3; }
a { background-color: rgb(255,201,163); }
div.DivClassName
{
background-color: #FFC9A3;
}
.BgClassName
{
background-color: #FFC9A3;
}
</style>
border-color css
<style>
span { border-color: #FFC9A3; }
span { border-color: rgb(255,201,163); }
td.TdClassName
{
border-color: #FFC9A3;
}
.TagClassName
{
border-color: #FFC9A3;
}
</style>