Shades of Chenin #CFC46D
Tints of Chenin #CFC46D
RGB
CMYK
RGB Variations
Color information
#CFC46D (or 0xCFC46D) is known color: Chenin. HEX triplet: CF, C4 and 6D. RGB value is (207,196,109). Sum of RGB (Red+Green+Blue) = 207+196+109=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC46D is #303B92. Grayscale: #BDBDBD. Windows color (decimal): -3160979 or 7193807. OLE color: 7193807.
HSL color Cylindrical-coordinate representation of color #CFC46D: hue angle of 53.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFC46D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 109 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.19 |
| HSL | 53.27º | 0.51% | 0.62% | - |
| HSV(B) | 53.27º | 0.47% | 0.81% | - |
| XYZ | 48.23 | 53.85 | 22.32 | - |
| YUV | 189.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 109 | 0 | 0.05 | 0.47 | 0.19 | 53.27 | 0.51 | 0.62 |
| Hex | CF | C4 | 6D | 0 | 5 | 2F | 13 | 35 | 33 | 3E |
| Octal | 317 | 304 | 155 | 0 | 5 | 57 | 23 | 65 | 63 | 76 |
| Binary | 11001111 | 11000100 | 1101101 | 0 | 101 | 101111 | 10011 | 110101 | 110011 | 111110 |
Color Harmonies of #CFC46D
Complementary color
Monochromatic Colors of #CFC46D
Black with #CFC46D
Text Example
Text Example
White with #CFC46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC46D; }
p { color: rgb(207,196,109); }
H1.HeaderClassName
{
color: #CFC46D;
}
.AnyTagClassName
{
color: #CFC46D;
}
</style>
background-color css
<style>
a { background-color: #CFC46D; }
a { background-color: rgb(207,196,109); }
div.DivClassName
{
background-color: #CFC46D;
}
.BgClassName
{
background-color: #CFC46D;
}
</style>
border-color css
<style>
span { border-color: #CFC46D; }
span { border-color: rgb(207,196,109); }
td.TdClassName
{
border-color: #CFC46D;
}
.TagClassName
{
border-color: #CFC46D;
}
</style>