Shades of Chardonnay #FFC880
Tints of Chardonnay #FFC880
RGB
CMYK
RGB Variations
Color information
#FFC880 (or 0xFFC880) is known color: Chardonnay. HEX triplet: FF, C8 and 80. RGB value is (255,200,128). Sum of RGB (Red+Green+Blue) = 255+200+128=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC880 is #00377F. Grayscale: #D0D0D0. Windows color (decimal): -14208 or 8440063. OLE color: 8440063.
HSL color Cylindrical-coordinate representation of color #FFC880: hue angle of 34.02º 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 #FFC880 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 128 | - |
| CMYK | 0 | 0.22 | 0.50 | 0 |
| HSL | 34.02º | 1% | 0.75% | - |
| HSV(B) | 34.02º | 0.5% | 1% | - |
| XYZ | 65.79 | 64.13 | 29.33 | - |
| YUV | 208.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 128 | 0 | 0.22 | 0.50 | 0 | 34.02 | 1 | 0.75 |
| Hex | FF | C8 | 80 | 0 | 16 | 32 | 0 | 22 | 64 | 4B |
| Octal | 377 | 310 | 200 | 0 | 26 | 62 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11001000 | 10000000 | 0 | 10110 | 110010 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC880
Complementary color
Monochromatic Colors of #FFC880
Black with #FFC880
Text Example
Text Example
White with #FFC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC880; }
p { color: rgb(255,200,128); }
H1.HeaderClassName
{
color: #FFC880;
}
.AnyTagClassName
{
color: #FFC880;
}
</style>
background-color css
<style>
a { background-color: #FFC880; }
a { background-color: rgb(255,200,128); }
div.DivClassName
{
background-color: #FFC880;
}
.BgClassName
{
background-color: #FFC880;
}
</style>
border-color css
<style>
span { border-color: #FFC880; }
span { border-color: rgb(255,200,128); }
td.TdClassName
{
border-color: #FFC880;
}
.TagClassName
{
border-color: #FFC880;
}
</style>