Shades of Chardonnay #FFC171
Tints of Chardonnay #FFC171
RGB
CMYK
RGB Variations
Color information
#FFC171 (or 0xFFC171) is known color: Chardonnay. HEX triplet: FF, C1 and 71. RGB value is (255,193,113). Sum of RGB (Red+Green+Blue) = 255+193+113=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC171 is #003E8E. Grayscale: #CACACA. Windows color (decimal): -16015 or 7455231. OLE color: 7455231.
HSL color Cylindrical-coordinate representation of color #FFC171: hue angle of 33.8º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC171 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 113 | - |
| CMYK | 0 | 0.24 | 0.56 | 0 |
| HSL | 33.8º | 1% | 0.72% | - |
| HSV(B) | 33.8º | 0.56% | 1% | - |
| XYZ | 63.29 | 60.59 | 23.98 | - |
| YUV | 202.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 113 | 0 | 0.24 | 0.56 | 0 | 33.8 | 1 | 0.72 |
| Hex | FF | C1 | 71 | 0 | 18 | 38 | 0 | 22 | 64 | 48 |
| Octal | 377 | 301 | 161 | 0 | 30 | 70 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000001 | 1110001 | 0 | 11000 | 111000 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC171
Complementary color
Monochromatic Colors of #FFC171
Black with #FFC171
Text Example
Text Example
White with #FFC171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC171; }
p { color: rgb(255,193,113); }
H1.HeaderClassName
{
color: #FFC171;
}
.AnyTagClassName
{
color: #FFC171;
}
</style>
background-color css
<style>
a { background-color: #FFC171; }
a { background-color: rgb(255,193,113); }
div.DivClassName
{
background-color: #FFC171;
}
.BgClassName
{
background-color: #FFC171;
}
</style>
border-color css
<style>
span { border-color: #FFC171; }
span { border-color: rgb(255,193,113); }
td.TdClassName
{
border-color: #FFC171;
}
.TagClassName
{
border-color: #FFC171;
}
</style>