Shades of Chardonnay #FFCA7C
Tints of Chardonnay #FFCA7C
RGB
CMYK
RGB Variations
Color information
#FFCA7C (or 0xFFCA7C) is known color: Chardonnay. HEX triplet: FF, CA and 7C. RGB value is (255,202,124). Sum of RGB (Red+Green+Blue) = 255+202+124=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7C is #003583. Grayscale: #D1D1D1. Windows color (decimal): -13700 or 8178431. OLE color: 8178431.
HSL color Cylindrical-coordinate representation of color #FFCA7C: hue angle of 35.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCA7C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 124 | - |
| CMYK | 0 | 0.21 | 0.51 | 0 |
| HSL | 35.73º | 1% | 0.74% | - |
| HSV(B) | 35.73º | 0.51% | 1% | - |
| XYZ | 66 | 64.96 | 28.13 | - |
| YUV | 208.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 124 | 0 | 0.21 | 0.51 | 0 | 35.73 | 1 | 0.74 |
| Hex | FF | CA | 7C | 0 | 15 | 33 | 0 | 24 | 64 | 4A |
| Octal | 377 | 312 | 174 | 0 | 25 | 63 | 0 | 44 | 144 | 112 |
| Binary | 11111111 | 11001010 | 1111100 | 0 | 10101 | 110011 | 0 | 100100 | 1100100 | 1001010 |
Color Harmonies of #FFCA7C
Complementary color
Monochromatic Colors of #FFCA7C
Black with #FFCA7C
Text Example
Text Example
White with #FFCA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA7C; }
p { color: rgb(255,202,124); }
H1.HeaderClassName
{
color: #FFCA7C;
}
.AnyTagClassName
{
color: #FFCA7C;
}
</style>
background-color css
<style>
a { background-color: #FFCA7C; }
a { background-color: rgb(255,202,124); }
div.DivClassName
{
background-color: #FFCA7C;
}
.BgClassName
{
background-color: #FFCA7C;
}
</style>
border-color css
<style>
span { border-color: #FFCA7C; }
span { border-color: rgb(255,202,124); }
td.TdClassName
{
border-color: #FFCA7C;
}
.TagClassName
{
border-color: #FFCA7C;
}
</style>