Shades of Chardonnay #FFCA7A
Tints of Chardonnay #FFCA7A
RGB
CMYK
RGB Variations
Color information
#FFCA7A (or 0xFFCA7A) is known color: Chardonnay. HEX triplet: FF, CA and 7A. RGB value is (255,202,122). Sum of RGB (Red+Green+Blue) = 255+202+122=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7A is #003585. Grayscale: #D1D1D1. Windows color (decimal): -13702 or 8047359. OLE color: 8047359.
HSL color Cylindrical-coordinate representation of color #FFCA7A: hue angle of 36.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFCA7A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 122 | - |
| CMYK | 0 | 0.21 | 0.52 | 0 |
| HSL | 36.09º | 1% | 0.74% | - |
| HSV(B) | 36.09º | 0.52% | 1% | - |
| XYZ | 65.87 | 64.91 | 27.47 | - |
| YUV | 208.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 122 | 0 | 0.21 | 0.52 | 0 | 36.09 | 1 | 0.74 |
| Hex | FF | CA | 7A | 0 | 15 | 34 | 0 | 24 | 64 | 4A |
| Octal | 377 | 312 | 172 | 0 | 25 | 64 | 0 | 44 | 144 | 112 |
| Binary | 11111111 | 11001010 | 1111010 | 0 | 10101 | 110100 | 0 | 100100 | 1100100 | 1001010 |
Color Harmonies of #FFCA7A
Complementary color
Monochromatic Colors of #FFCA7A
Black with #FFCA7A
Text Example
Text Example
White with #FFCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA7A; }
p { color: rgb(255,202,122); }
H1.HeaderClassName
{
color: #FFCA7A;
}
.AnyTagClassName
{
color: #FFCA7A;
}
</style>
background-color css
<style>
a { background-color: #FFCA7A; }
a { background-color: rgb(255,202,122); }
div.DivClassName
{
background-color: #FFCA7A;
}
.BgClassName
{
background-color: #FFCA7A;
}
</style>
border-color css
<style>
span { border-color: #FFCA7A; }
span { border-color: rgb(255,202,122); }
td.TdClassName
{
border-color: #FFCA7A;
}
.TagClassName
{
border-color: #FFCA7A;
}
</style>