Shades of Chenin #CFC26F
Tints of Chenin #CFC26F
RGB
CMYK
RGB Variations
Color information
#CFC26F (or 0xCFC26F) is known color: Chenin. HEX triplet: CF, C2 and 6F. RGB value is (207,194,111). Sum of RGB (Red+Green+Blue) = 207+194+111=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC26F is #303D90. Grayscale: #BCBCBC. Windows color (decimal): -3161489 or 7324367. OLE color: 7324367.
HSL color Cylindrical-coordinate representation of color #CFC26F: hue angle of 51.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFC26F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 111 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.19 |
| HSL | 51.88º | 0.5% | 0.62% | - |
| HSV(B) | 51.88º | 0.46% | 0.81% | - |
| XYZ | 47.89 | 53 | 22.74 | - |
| YUV | 188.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 111 | 0 | 0.06 | 0.46 | 0.19 | 51.88 | 0.5 | 0.62 |
| Hex | CF | C2 | 6F | 0 | 6 | 2E | 13 | 34 | 32 | 3E |
| Octal | 317 | 302 | 157 | 0 | 6 | 56 | 23 | 64 | 62 | 76 |
| Binary | 11001111 | 11000010 | 1101111 | 0 | 110 | 101110 | 10011 | 110100 | 110010 | 111110 |
Color Harmonies of #CFC26F
Complementary color
Monochromatic Colors of #CFC26F
Black with #CFC26F
Text Example
Text Example
White with #CFC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC26F; }
p { color: rgb(207,194,111); }
H1.HeaderClassName
{
color: #CFC26F;
}
.AnyTagClassName
{
color: #CFC26F;
}
</style>
background-color css
<style>
a { background-color: #CFC26F; }
a { background-color: rgb(207,194,111); }
div.DivClassName
{
background-color: #CFC26F;
}
.BgClassName
{
background-color: #CFC26F;
}
</style>
border-color css
<style>
span { border-color: #CFC26F; }
span { border-color: rgb(207,194,111); }
td.TdClassName
{
border-color: #CFC26F;
}
.TagClassName
{
border-color: #CFC26F;
}
</style>