Shades of Chardonnay #FFCA76
Tints of Chardonnay #FFCA76
RGB
CMYK
RGB Variations
Color information
#FFCA76 (or 0xFFCA76) is known color: Chardonnay. HEX triplet: FF, CA and 76. RGB value is (255,202,118). Sum of RGB (Red+Green+Blue) = 255+202+118=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA76 is #003589. Grayscale: #D0D0D0. Windows color (decimal): -13706 or 7785215. OLE color: 7785215.
HSL color Cylindrical-coordinate representation of color #FFCA76: hue angle of 36.79º 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 #FFCA76 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 118 | - |
| CMYK | 0 | 0.21 | 0.54 | 0 |
| HSL | 36.79º | 1% | 0.73% | - |
| HSV(B) | 36.79º | 0.54% | 1% | - |
| XYZ | 65.63 | 64.81 | 26.19 | - |
| YUV | 208.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 118 | 0 | 0.21 | 0.54 | 0 | 36.79 | 1 | 0.73 |
| Hex | FF | CA | 76 | 0 | 15 | 36 | 0 | 25 | 64 | 49 |
| Octal | 377 | 312 | 166 | 0 | 25 | 66 | 0 | 45 | 144 | 111 |
| Binary | 11111111 | 11001010 | 1110110 | 0 | 10101 | 110110 | 0 | 100101 | 1100100 | 1001001 |
Color Harmonies of #FFCA76
Complementary color
Monochromatic Colors of #FFCA76
Black with #FFCA76
Text Example
Text Example
White with #FFCA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA76; }
p { color: rgb(255,202,118); }
H1.HeaderClassName
{
color: #FFCA76;
}
.AnyTagClassName
{
color: #FFCA76;
}
</style>
background-color css
<style>
a { background-color: #FFCA76; }
a { background-color: rgb(255,202,118); }
div.DivClassName
{
background-color: #FFCA76;
}
.BgClassName
{
background-color: #FFCA76;
}
</style>
border-color css
<style>
span { border-color: #FFCA76; }
span { border-color: rgb(255,202,118); }
td.TdClassName
{
border-color: #FFCA76;
}
.TagClassName
{
border-color: #FFCA76;
}
</style>