Shades of Chardonnay #FFC575
Tints of Chardonnay #FFC575
RGB
CMYK
RGB Variations
Color information
#FFC575 (or 0xFFC575) is known color: Chardonnay. HEX triplet: FF, C5 and 75. RGB value is (255,197,117). Sum of RGB (Red+Green+Blue) = 255+197+117=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC575 is #003A8A. Grayscale: #CDCDCD. Windows color (decimal): -14987 or 7718399. OLE color: 7718399.
HSL color Cylindrical-coordinate representation of color #FFC575: hue angle of 34.78º 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 #FFC575 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 117 | - |
| CMYK | 0 | 0.23 | 0.54 | 0 |
| HSL | 34.78º | 1% | 0.73% | - |
| HSV(B) | 34.78º | 0.54% | 1% | - |
| XYZ | 64.42 | 62.48 | 25.49 | - |
| YUV | 205.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 117 | 0 | 0.23 | 0.54 | 0 | 34.78 | 1 | 0.73 |
| Hex | FF | C5 | 75 | 0 | 17 | 36 | 0 | 23 | 64 | 49 |
| Octal | 377 | 305 | 165 | 0 | 27 | 66 | 0 | 43 | 144 | 111 |
| Binary | 11111111 | 11000101 | 1110101 | 0 | 10111 | 110110 | 0 | 100011 | 1100100 | 1001001 |
Color Harmonies of #FFC575
Complementary color
Monochromatic Colors of #FFC575
Black with #FFC575
Text Example
Text Example
White with #FFC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC575; }
p { color: rgb(255,197,117); }
H1.HeaderClassName
{
color: #FFC575;
}
.AnyTagClassName
{
color: #FFC575;
}
</style>
background-color css
<style>
a { background-color: #FFC575; }
a { background-color: rgb(255,197,117); }
div.DivClassName
{
background-color: #FFC575;
}
.BgClassName
{
background-color: #FFC575;
}
</style>
border-color css
<style>
span { border-color: #FFC575; }
span { border-color: rgb(255,197,117); }
td.TdClassName
{
border-color: #FFC575;
}
.TagClassName
{
border-color: #FFC575;
}
</style>