Shades of Chardonnay #FFC172
Tints of Chardonnay #FFC172
RGB
CMYK
RGB Variations
Color information
#FFC172 (or 0xFFC172) is known color: Chardonnay. HEX triplet: FF, C1 and 72. RGB value is (255,193,114). Sum of RGB (Red+Green+Blue) = 255+193+114=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC172 is #003E8D. Grayscale: #CACACA. Windows color (decimal): -16014 or 7520767. OLE color: 7520767.
HSL color Cylindrical-coordinate representation of color #FFC172: hue angle of 33.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC172 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0 |
| HSL | 33.62º | 1% | 0.72% | - |
| HSV(B) | 33.62º | 0.55% | 1% | - |
| XYZ | 63.35 | 60.61 | 24.28 | - |
| YUV | 202.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 114 | 0 | 0.24 | 0.55 | 0 | 33.62 | 1 | 0.72 |
| Hex | FF | C1 | 72 | 0 | 18 | 37 | 0 | 22 | 64 | 48 |
| Octal | 377 | 301 | 162 | 0 | 30 | 67 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000001 | 1110010 | 0 | 11000 | 110111 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC172
Complementary color
Monochromatic Colors of #FFC172
Black with #FFC172
Text Example
Text Example
White with #FFC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC172; }
p { color: rgb(255,193,114); }
H1.HeaderClassName
{
color: #FFC172;
}
.AnyTagClassName
{
color: #FFC172;
}
</style>
background-color css
<style>
a { background-color: #FFC172; }
a { background-color: rgb(255,193,114); }
div.DivClassName
{
background-color: #FFC172;
}
.BgClassName
{
background-color: #FFC172;
}
</style>
border-color css
<style>
span { border-color: #FFC172; }
span { border-color: rgb(255,193,114); }
td.TdClassName
{
border-color: #FFC172;
}
.TagClassName
{
border-color: #FFC172;
}
</style>