Shades of Apricot #FFC7AC
Tints of Apricot #FFC7AC
RGB
CMYK
RGB Variations
Color information
#FFC7AC (or 0xFFC7AC) is known color: Apricot. HEX triplet: FF, C7 and AC. RGB value is (255,199,172). Sum of RGB (Red+Green+Blue) = 255+199+172=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7AC is #003853. Grayscale: #D4D4D4. Windows color (decimal): -14420 or 11323391. OLE color: 11323391.
HSL color Cylindrical-coordinate representation of color #FFC7AC: hue angle of 19.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC7AC is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 172 | - |
| CMYK | 0 | 0.22 | 0.33 | 0 |
| HSL | 19.52º | 1% | 0.84% | - |
| HSV(B) | 19.52º | 0.33% | 1% | - |
| XYZ | 69.11 | 65.09 | 47.95 | - |
| YUV | 212.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 172 | 0 | 0.22 | 0.33 | 0 | 19.52 | 1 | 0.84 |
| Hex | FF | C7 | AC | 0 | 16 | 21 | 0 | 14 | 64 | 54 |
| Octal | 377 | 307 | 254 | 0 | 26 | 41 | 0 | 24 | 144 | 124 |
| Binary | 11111111 | 11000111 | 10101100 | 0 | 10110 | 100001 | 0 | 10100 | 1100100 | 1010100 |
Color Harmonies of #FFC7AC
Complementary color
Monochromatic Colors of #FFC7AC
Black with #FFC7AC
Text Example
Text Example
White with #FFC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7AC; }
p { color: rgb(255,199,172); }
H1.HeaderClassName
{
color: #FFC7AC;
}
.AnyTagClassName
{
color: #FFC7AC;
}
</style>
background-color css
<style>
a { background-color: #FFC7AC; }
a { background-color: rgb(255,199,172); }
div.DivClassName
{
background-color: #FFC7AC;
}
.BgClassName
{
background-color: #FFC7AC;
}
</style>
border-color css
<style>
span { border-color: #FFC7AC; }
span { border-color: rgb(255,199,172); }
td.TdClassName
{
border-color: #FFC7AC;
}
.TagClassName
{
border-color: #FFC7AC;
}
</style>