Shades of Chardonnay #FFC975
Tints of Chardonnay #FFC975
RGB
CMYK
RGB Variations
Color information
#FFC975 (or 0xFFC975) is known color: Chardonnay. HEX triplet: FF, C9 and 75. RGB value is (255,201,117). Sum of RGB (Red+Green+Blue) = 255+201+117=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC975 is #00368A. Grayscale: #CFCFCF. Windows color (decimal): -13963 or 7719423. OLE color: 7719423.
HSL color Cylindrical-coordinate representation of color #FFC975: hue angle of 36.52º 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 #FFC975 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 117 | - |
| CMYK | 0 | 0.21 | 0.54 | 0 |
| HSL | 36.52º | 1% | 0.73% | - |
| HSV(B) | 36.52º | 0.54% | 1% | - |
| XYZ | 65.34 | 64.32 | 25.8 | - |
| YUV | 207.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 117 | 0 | 0.21 | 0.54 | 0 | 36.52 | 1 | 0.73 |
| Hex | FF | C9 | 75 | 0 | 15 | 36 | 0 | 25 | 64 | 49 |
| Octal | 377 | 311 | 165 | 0 | 25 | 66 | 0 | 45 | 144 | 111 |
| Binary | 11111111 | 11001001 | 1110101 | 0 | 10101 | 110110 | 0 | 100101 | 1100100 | 1001001 |
Color Harmonies of #FFC975
Complementary color
Monochromatic Colors of #FFC975
Black with #FFC975
Text Example
Text Example
White with #FFC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC975; }
p { color: rgb(255,201,117); }
H1.HeaderClassName
{
color: #FFC975;
}
.AnyTagClassName
{
color: #FFC975;
}
</style>
background-color css
<style>
a { background-color: #FFC975; }
a { background-color: rgb(255,201,117); }
div.DivClassName
{
background-color: #FFC975;
}
.BgClassName
{
background-color: #FFC975;
}
</style>
border-color css
<style>
span { border-color: #FFC975; }
span { border-color: rgb(255,201,117); }
td.TdClassName
{
border-color: #FFC975;
}
.TagClassName
{
border-color: #FFC975;
}
</style>