Shades of Peach #FFC7A4
Tints of Peach #FFC7A4
RGB
CMYK
RGB Variations
Color information
#FFC7A4 (or 0xFFC7A4) is known color: Peach. HEX triplet: FF, C7 and A4. RGB value is (255,199,164). Sum of RGB (Red+Green+Blue) = 255+199+164=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7A4 is #00385B. Grayscale: #D3D3D3. Windows color (decimal): -14428 or 10799103. OLE color: 10799103.
HSL color Cylindrical-coordinate representation of color #FFC7A4: hue angle of 23.08º 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 #FFC7A4 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 164 | - |
| CMYK | 0 | 0.22 | 0.36 | 0 |
| HSL | 23.08º | 1% | 0.82% | - |
| HSV(B) | 23.08º | 0.36% | 1% | - |
| XYZ | 68.36 | 64.79 | 44.02 | - |
| YUV | 211.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 164 | 0 | 0.22 | 0.36 | 0 | 23.08 | 1 | 0.82 |
| Hex | FF | C7 | A4 | 0 | 16 | 24 | 0 | 17 | 64 | 52 |
| Octal | 377 | 307 | 244 | 0 | 26 | 44 | 0 | 27 | 144 | 122 |
| Binary | 11111111 | 11000111 | 10100100 | 0 | 10110 | 100100 | 0 | 10111 | 1100100 | 1010010 |
Color Harmonies of #FFC7A4
Complementary color
Monochromatic Colors of #FFC7A4
Black with #FFC7A4
Text Example
Text Example
White with #FFC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7A4; }
p { color: rgb(255,199,164); }
H1.HeaderClassName
{
color: #FFC7A4;
}
.AnyTagClassName
{
color: #FFC7A4;
}
</style>
background-color css
<style>
a { background-color: #FFC7A4; }
a { background-color: rgb(255,199,164); }
div.DivClassName
{
background-color: #FFC7A4;
}
.BgClassName
{
background-color: #FFC7A4;
}
</style>
border-color css
<style>
span { border-color: #FFC7A4; }
span { border-color: rgb(255,199,164); }
td.TdClassName
{
border-color: #FFC7A4;
}
.TagClassName
{
border-color: #FFC7A4;
}
</style>