Shades of Chenin #CEBE71
Tints of Chenin #CEBE71
RGB
CMYK
RGB Variations
Color information
#CEBE71 (or 0xCEBE71) is known color: Chenin. HEX triplet: CE, BE and 71. RGB value is (206,190,113). Sum of RGB (Red+Green+Blue) = 206+190+113=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE71 is #31418E. Grayscale: #BABABA. Windows color (decimal): -3228047 or 7454414. OLE color: 7454414.
HSL color Cylindrical-coordinate representation of color #CEBE71: hue angle of 49.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEBE71 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 113 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.19 |
| HSL | 49.68º | 0.49% | 0.63% | - |
| HSV(B) | 49.68º | 0.45% | 0.81% | - |
| XYZ | 46.85 | 51.14 | 23.02 | - |
| YUV | 186.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 113 | 0 | 0.08 | 0.45 | 0.19 | 49.68 | 0.49 | 0.63 |
| Hex | CE | BE | 71 | 0 | 8 | 2D | 13 | 32 | 31 | 3F |
| Octal | 316 | 276 | 161 | 0 | 10 | 55 | 23 | 62 | 61 | 77 |
| Binary | 11001110 | 10111110 | 1110001 | 0 | 1000 | 101101 | 10011 | 110010 | 110001 | 111111 |
Color Harmonies of #CEBE71
Complementary color
Monochromatic Colors of #CEBE71
Black with #CEBE71
Text Example
Text Example
White with #CEBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE71; }
p { color: rgb(206,190,113); }
H1.HeaderClassName
{
color: #CEBE71;
}
.AnyTagClassName
{
color: #CEBE71;
}
</style>
background-color css
<style>
a { background-color: #CEBE71; }
a { background-color: rgb(206,190,113); }
div.DivClassName
{
background-color: #CEBE71;
}
.BgClassName
{
background-color: #CEBE71;
}
</style>
border-color css
<style>
span { border-color: #CEBE71; }
span { border-color: rgb(206,190,113); }
td.TdClassName
{
border-color: #CEBE71;
}
.TagClassName
{
border-color: #CEBE71;
}
</style>