Shades of Chardonnay #FFC170
Tints of Chardonnay #FFC170
RGB
CMYK
RGB Variations
Color information
#FFC170 (or 0xFFC170) is known color: Chardonnay. HEX triplet: FF, C1 and 70. RGB value is (255,193,112). Sum of RGB (Red+Green+Blue) = 255+193+112=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC170 is #003E8F. Grayscale: #CACACA. Windows color (decimal): -16016 or 7389695. OLE color: 7389695.
HSL color Cylindrical-coordinate representation of color #FFC170: hue angle of 33.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC170 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 112 | - |
| CMYK | 0 | 0.24 | 0.56 | 0 |
| HSL | 33.99º | 1% | 0.72% | - |
| HSV(B) | 33.99º | 0.56% | 1% | - |
| XYZ | 63.23 | 60.57 | 23.69 | - |
| YUV | 202.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 112 | 0 | 0.24 | 0.56 | 0 | 33.99 | 1 | 0.72 |
| Hex | FF | C1 | 70 | 0 | 18 | 38 | 0 | 22 | 64 | 48 |
| Octal | 377 | 301 | 160 | 0 | 30 | 70 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000001 | 1110000 | 0 | 11000 | 111000 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC170
Complementary color
Monochromatic Colors of #FFC170
Black with #FFC170
Text Example
Text Example
White with #FFC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC170; }
p { color: rgb(255,193,112); }
H1.HeaderClassName
{
color: #FFC170;
}
.AnyTagClassName
{
color: #FFC170;
}
</style>
background-color css
<style>
a { background-color: #FFC170; }
a { background-color: rgb(255,193,112); }
div.DivClassName
{
background-color: #FFC170;
}
.BgClassName
{
background-color: #FFC170;
}
</style>
border-color css
<style>
span { border-color: #FFC170; }
span { border-color: rgb(255,193,112); }
td.TdClassName
{
border-color: #FFC170;
}
.TagClassName
{
border-color: #FFC170;
}
</style>