Shades of Peach #FFC9A6
Tints of Peach #FFC9A6
RGB
CMYK
RGB Variations
Color information
#FFC9A6 (or 0xFFC9A6) is known color: Peach. HEX triplet: FF, C9 and A6. RGB value is (255,201,166). Sum of RGB (Red+Green+Blue) = 255+201+166=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A6 is #003659. Grayscale: #D5D5D5. Windows color (decimal): -13914 or 10930687. OLE color: 10930687.
HSL color Cylindrical-coordinate representation of color #FFC9A6: hue angle of 23.6º 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 #FFC9A6 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 201 | 166 | - |
CMYK | 0 | 0.21 | 0.35 | 0 |
HSL | 23.6º | 1% | 0.83% | - |
HSV(B) | 23.6º | 0.35% | 1% | - |
XYZ | 69.01 | 65.79 | 45.14 | - |
YUV | 213.16 | 101.39 | 157.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 201 | 166 | 0 | 0.21 | 0.35 | 0 | 23.6 | 1 | 0.83 |
Hex | FF | C9 | A6 | 0 | 15 | 23 | 0 | 18 | 64 | 53 |
Octal | 377 | 311 | 246 | 0 | 25 | 43 | 0 | 30 | 144 | 123 |
Binary | 11111111 | 11001001 | 10100110 | 0 | 10101 | 100011 | 0 | 11000 | 1100100 | 1010011 |
Color Harmonies of #FFC9A6
Complementary color
Monochromatic Colors of #FFC9A6
Black with #FFC9A6
Text Example
Text Example
White with #FFC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9A6; }
p { color: rgb(255,201,166); }
H1.HeaderClassName
{
color: #FFC9A6;
}
.AnyTagClassName
{
color: #FFC9A6;
}
</style>
background-color css
<style>
a { background-color: #FFC9A6; }
a { background-color: rgb(255,201,166); }
div.DivClassName
{
background-color: #FFC9A6;
}
.BgClassName
{
background-color: #FFC9A6;
}
</style>
border-color css
<style>
span { border-color: #FFC9A6; }
span { border-color: rgb(255,201,166); }
td.TdClassName
{
border-color: #FFC9A6;
}
.TagClassName
{
border-color: #FFC9A6;
}
</style>