Shades of Chardonnay #FFCA80
Tints of Chardonnay #FFCA80
RGB
CMYK
RGB Variations
Color information
#FFCA80 (or 0xFFCA80) is known color: Chardonnay. HEX triplet: FF, CA and 80. RGB value is (255,202,128). Sum of RGB (Red+Green+Blue) = 255+202+128=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA80 is #00357F. Grayscale: #D1D1D1. Windows color (decimal): -13696 or 8440575. OLE color: 8440575.
HSL color Cylindrical-coordinate representation of color #FFCA80: hue angle of 34.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFCA80 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 128 | - |
| CMYK | 0 | 0.21 | 0.50 | 0 |
| HSL | 34.96º | 1% | 0.75% | - |
| HSV(B) | 34.96º | 0.5% | 1% | - |
| XYZ | 66.26 | 65.06 | 29.49 | - |
| YUV | 209.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 128 | 0 | 0.21 | 0.50 | 0 | 34.96 | 1 | 0.75 |
| Hex | FF | CA | 80 | 0 | 15 | 32 | 0 | 23 | 64 | 4B |
| Octal | 377 | 312 | 200 | 0 | 25 | 62 | 0 | 43 | 144 | 113 |
| Binary | 11111111 | 11001010 | 10000000 | 0 | 10101 | 110010 | 0 | 100011 | 1100100 | 1001011 |
Color Harmonies of #FFCA80
Complementary color
Monochromatic Colors of #FFCA80
Black with #FFCA80
Text Example
Text Example
White with #FFCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA80; }
p { color: rgb(255,202,128); }
H1.HeaderClassName
{
color: #FFCA80;
}
.AnyTagClassName
{
color: #FFCA80;
}
</style>
background-color css
<style>
a { background-color: #FFCA80; }
a { background-color: rgb(255,202,128); }
div.DivClassName
{
background-color: #FFCA80;
}
.BgClassName
{
background-color: #FFCA80;
}
</style>
border-color css
<style>
span { border-color: #FFCA80; }
span { border-color: rgb(255,202,128); }
td.TdClassName
{
border-color: #FFCA80;
}
.TagClassName
{
border-color: #FFCA80;
}
</style>