Shades of Chardonnay #FFC176
Tints of Chardonnay #FFC176
RGB
CMYK
RGB Variations
Color information
#FFC176 (or 0xFFC176) is known color: Chardonnay. HEX triplet: FF, C1 and 76. RGB value is (255,193,118). Sum of RGB (Red+Green+Blue) = 255+193+118=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC176 is #003E89. Grayscale: #CBCBCB. Windows color (decimal): -16010 or 7782911. OLE color: 7782911.
HSL color Cylindrical-coordinate representation of color #FFC176: hue angle of 32.85º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFC176 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 118 | - |
| CMYK | 0 | 0.24 | 0.54 | 0 |
| HSL | 32.85º | 1% | 0.73% | - |
| HSV(B) | 32.85º | 0.54% | 1% | - |
| XYZ | 63.58 | 60.71 | 25.51 | - |
| YUV | 202.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 118 | 0 | 0.24 | 0.54 | 0 | 32.85 | 1 | 0.73 |
| Hex | FF | C1 | 76 | 0 | 18 | 36 | 0 | 21 | 64 | 49 |
| Octal | 377 | 301 | 166 | 0 | 30 | 66 | 0 | 41 | 144 | 111 |
| Binary | 11111111 | 11000001 | 1110110 | 0 | 11000 | 110110 | 0 | 100001 | 1100100 | 1001001 |
Color Harmonies of #FFC176
Complementary color
Monochromatic Colors of #FFC176
Black with #FFC176
Text Example
Text Example
White with #FFC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC176; }
p { color: rgb(255,193,118); }
H1.HeaderClassName
{
color: #FFC176;
}
.AnyTagClassName
{
color: #FFC176;
}
</style>
background-color css
<style>
a { background-color: #FFC176; }
a { background-color: rgb(255,193,118); }
div.DivClassName
{
background-color: #FFC176;
}
.BgClassName
{
background-color: #FFC176;
}
</style>
border-color css
<style>
span { border-color: #FFC176; }
span { border-color: rgb(255,193,118); }
td.TdClassName
{
border-color: #FFC176;
}
.TagClassName
{
border-color: #FFC176;
}
</style>