Shades of Chardonnay #FFCA82
Tints of Chardonnay #FFCA82
RGB
CMYK
RGB Variations
Color information
#FFCA82 (or 0xFFCA82) is known color: Chardonnay. HEX triplet: FF, CA and 82. RGB value is (255,202,130). Sum of RGB (Red+Green+Blue) = 255+202+130=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA82 is #00357D. Grayscale: #D1D1D1. Windows color (decimal): -13694 or 8571647. OLE color: 8571647.
HSL color Cylindrical-coordinate representation of color #FFCA82: hue angle of 34.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCA82 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 130 | - |
| CMYK | 0 | 0.21 | 0.49 | 0 |
| HSL | 34.56º | 1% | 0.75% | - |
| HSV(B) | 34.56º | 0.49% | 1% | - |
| XYZ | 66.39 | 65.11 | 30.19 | - |
| YUV | 209.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 130 | 0 | 0.21 | 0.49 | 0 | 34.56 | 1 | 0.75 |
| Hex | FF | CA | 82 | 0 | 15 | 31 | 0 | 23 | 64 | 4B |
| Octal | 377 | 312 | 202 | 0 | 25 | 61 | 0 | 43 | 144 | 113 |
| Binary | 11111111 | 11001010 | 10000010 | 0 | 10101 | 110001 | 0 | 100011 | 1100100 | 1001011 |
Color Harmonies of #FFCA82
Complementary color
Monochromatic Colors of #FFCA82
Black with #FFCA82
Text Example
Text Example
White with #FFCA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA82; }
p { color: rgb(255,202,130); }
H1.HeaderClassName
{
color: #FFCA82;
}
.AnyTagClassName
{
color: #FFCA82;
}
</style>
background-color css
<style>
a { background-color: #FFCA82; }
a { background-color: rgb(255,202,130); }
div.DivClassName
{
background-color: #FFCA82;
}
.BgClassName
{
background-color: #FFCA82;
}
</style>
border-color css
<style>
span { border-color: #FFCA82; }
span { border-color: rgb(255,202,130); }
td.TdClassName
{
border-color: #FFCA82;
}
.TagClassName
{
border-color: #FFCA82;
}
</style>