Shades of Peach #FFC7A6
Tints of Peach #FFC7A6
RGB
CMYK
RGB Variations
Color information
#FFC7A6 (or 0xFFC7A6) is known color: Peach. HEX triplet: FF, C7 and A6. RGB value is (255,199,166). Sum of RGB (Red+Green+Blue) = 255+199+166=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7A6 is #003859. Grayscale: #D4D4D4. Windows color (decimal): -14426 or 10930175. OLE color: 10930175.
HSL color Cylindrical-coordinate representation of color #FFC7A6: hue angle of 22.25º 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 #FFC7A6 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 166 | - |
| CMYK | 0 | 0.22 | 0.35 | 0 |
| HSL | 22.25º | 1% | 0.83% | - |
| HSV(B) | 22.25º | 0.35% | 1% | - |
| XYZ | 68.55 | 64.86 | 44.98 | - |
| YUV | 211.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 166 | 0 | 0.22 | 0.35 | 0 | 22.25 | 1 | 0.83 |
| Hex | FF | C7 | A6 | 0 | 16 | 23 | 0 | 16 | 64 | 53 |
| Octal | 377 | 307 | 246 | 0 | 26 | 43 | 0 | 26 | 144 | 123 |
| Binary | 11111111 | 11000111 | 10100110 | 0 | 10110 | 100011 | 0 | 10110 | 1100100 | 1010011 |
Color Harmonies of #FFC7A6
Complementary color
Monochromatic Colors of #FFC7A6
Black with #FFC7A6
Text Example
Text Example
White with #FFC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7A6; }
p { color: rgb(255,199,166); }
H1.HeaderClassName
{
color: #FFC7A6;
}
.AnyTagClassName
{
color: #FFC7A6;
}
</style>
background-color css
<style>
a { background-color: #FFC7A6; }
a { background-color: rgb(255,199,166); }
div.DivClassName
{
background-color: #FFC7A6;
}
.BgClassName
{
background-color: #FFC7A6;
}
</style>
border-color css
<style>
span { border-color: #FFC7A6; }
span { border-color: rgb(255,199,166); }
td.TdClassName
{
border-color: #FFC7A6;
}
.TagClassName
{
border-color: #FFC7A6;
}
</style>