Shades of Chardonnay #FFC27B
Tints of Chardonnay #FFC27B
RGB
CMYK
RGB Variations
Color information
#FFC27B (or 0xFFC27B) is known color: Chardonnay. HEX triplet: FF, C2 and 7B. RGB value is (255,194,123). Sum of RGB (Red+Green+Blue) = 255+194+123=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC27B is #003D84. Grayscale: #CCCCCC. Windows color (decimal): -15749 or 8110847. OLE color: 8110847.
HSL color Cylindrical-coordinate representation of color #FFC27B: hue angle of 32.27º 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 #FFC27B is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 123 | - |
| CMYK | 0 | 0.24 | 0.52 | 0 |
| HSL | 32.27º | 1% | 0.74% | - |
| HSV(B) | 32.27º | 0.52% | 1% | - |
| XYZ | 64.11 | 61.27 | 27.19 | - |
| YUV | 204.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 123 | 0 | 0.24 | 0.52 | 0 | 32.27 | 1 | 0.74 |
| Hex | FF | C2 | 7B | 0 | 18 | 34 | 0 | 20 | 64 | 4A |
| Octal | 377 | 302 | 173 | 0 | 30 | 64 | 0 | 40 | 144 | 112 |
| Binary | 11111111 | 11000010 | 1111011 | 0 | 11000 | 110100 | 0 | 100000 | 1100100 | 1001010 |
Color Harmonies of #FFC27B
Complementary color
Monochromatic Colors of #FFC27B
Black with #FFC27B
Text Example
Text Example
White with #FFC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC27B; }
p { color: rgb(255,194,123); }
H1.HeaderClassName
{
color: #FFC27B;
}
.AnyTagClassName
{
color: #FFC27B;
}
</style>
background-color css
<style>
a { background-color: #FFC27B; }
a { background-color: rgb(255,194,123); }
div.DivClassName
{
background-color: #FFC27B;
}
.BgClassName
{
background-color: #FFC27B;
}
</style>
border-color css
<style>
span { border-color: #FFC27B; }
span { border-color: rgb(255,194,123); }
td.TdClassName
{
border-color: #FFC27B;
}
.TagClassName
{
border-color: #FFC27B;
}
</style>