Shades of Peach #FFC9A2
Tints of Peach #FFC9A2
RGB
CMYK
RGB Variations
Color information
#FFC9A2 (or 0xFFC9A2) is known color: Peach. HEX triplet: FF, C9 and A2. RGB value is (255,201,162). Sum of RGB (Red+Green+Blue) = 255+201+162=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A2 is #00365D. Grayscale: #D4D4D4. Windows color (decimal): -13918 or 10668543. OLE color: 10668543.
HSL color Cylindrical-coordinate representation of color #FFC9A2: hue angle of 25.16º 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 #FFC9A2 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 162 | - |
| CMYK | 0 | 0.21 | 0.36 | 0 |
| HSL | 25.16º | 1% | 0.82% | - |
| HSV(B) | 25.16º | 0.36% | 1% | - |
| XYZ | 68.65 | 65.64 | 43.23 | - |
| YUV | 212.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 162 | 0 | 0.21 | 0.36 | 0 | 25.16 | 1 | 0.82 |
| Hex | FF | C9 | A2 | 0 | 15 | 24 | 0 | 19 | 64 | 52 |
| Octal | 377 | 311 | 242 | 0 | 25 | 44 | 0 | 31 | 144 | 122 |
| Binary | 11111111 | 11001001 | 10100010 | 0 | 10101 | 100100 | 0 | 11001 | 1100100 | 1010010 |
Color Harmonies of #FFC9A2
Complementary color
Monochromatic Colors of #FFC9A2
Black with #FFC9A2
Text Example
Text Example
White with #FFC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9A2; }
p { color: rgb(255,201,162); }
H1.HeaderClassName
{
color: #FFC9A2;
}
.AnyTagClassName
{
color: #FFC9A2;
}
</style>
background-color css
<style>
a { background-color: #FFC9A2; }
a { background-color: rgb(255,201,162); }
div.DivClassName
{
background-color: #FFC9A2;
}
.BgClassName
{
background-color: #FFC9A2;
}
</style>
border-color css
<style>
span { border-color: #FFC9A2; }
span { border-color: rgb(255,201,162); }
td.TdClassName
{
border-color: #FFC9A2;
}
.TagClassName
{
border-color: #FFC9A2;
}
</style>