Shades of Chardonnay #FFC576
Tints of Chardonnay #FFC576
RGB
CMYK
RGB Variations
Color information
#FFC576 (or 0xFFC576) is known color: Chardonnay. HEX triplet: FF, C5 and 76. RGB value is (255,197,118). Sum of RGB (Red+Green+Blue) = 255+197+118=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC576 is #003A89. Grayscale: #CDCDCD. Windows color (decimal): -14986 or 7783935. OLE color: 7783935.
HSL color Cylindrical-coordinate representation of color #FFC576: hue angle of 34.6º 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 #FFC576 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 118 | - |
| CMYK | 0 | 0.23 | 0.54 | 0 |
| HSL | 34.6º | 1% | 0.73% | - |
| HSV(B) | 34.6º | 0.54% | 1% | - |
| XYZ | 64.48 | 62.5 | 25.81 | - |
| YUV | 205.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 118 | 0 | 0.23 | 0.54 | 0 | 34.6 | 1 | 0.73 |
| Hex | FF | C5 | 76 | 0 | 17 | 36 | 0 | 23 | 64 | 49 |
| Octal | 377 | 305 | 166 | 0 | 27 | 66 | 0 | 43 | 144 | 111 |
| Binary | 11111111 | 11000101 | 1110110 | 0 | 10111 | 110110 | 0 | 100011 | 1100100 | 1001001 |
Color Harmonies of #FFC576
Complementary color
Monochromatic Colors of #FFC576
Black with #FFC576
Text Example
Text Example
White with #FFC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC576; }
p { color: rgb(255,197,118); }
H1.HeaderClassName
{
color: #FFC576;
}
.AnyTagClassName
{
color: #FFC576;
}
</style>
background-color css
<style>
a { background-color: #FFC576; }
a { background-color: rgb(255,197,118); }
div.DivClassName
{
background-color: #FFC576;
}
.BgClassName
{
background-color: #FFC576;
}
</style>
border-color css
<style>
span { border-color: #FFC576; }
span { border-color: rgb(255,197,118); }
td.TdClassName
{
border-color: #FFC576;
}
.TagClassName
{
border-color: #FFC576;
}
</style>