Shades of Tacha #CFBE56
Tints of Tacha #CFBE56
RGB
CMYK
RGB Variations
Color information
#CFBE56 (or 0xCFBE56) is known color: Tacha. HEX triplet: CF, BE and 56. RGB value is (207,190,86). Sum of RGB (Red+Green+Blue) = 207+190+86=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE56 is #3041A9. Grayscale: #B7B7B7. Windows color (decimal): -3162538 or 5684943. OLE color: 5684943.
HSL color Cylindrical-coordinate representation of color #CFBE56: hue angle of 51.57º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFBE56 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 86 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.19 |
| HSL | 51.57º | 0.56% | 0.57% | - |
| HSV(B) | 51.57º | 0.58% | 0.81% | - |
| XYZ | 45.83 | 50.76 | 16.19 | - |
| YUV | 183.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 86 | 0 | 0.08 | 0.58 | 0.19 | 51.57 | 0.56 | 0.57 |
| Hex | CF | BE | 56 | 0 | 8 | 3A | 13 | 34 | 38 | 39 |
| Octal | 317 | 276 | 126 | 0 | 10 | 72 | 23 | 64 | 70 | 71 |
| Binary | 11001111 | 10111110 | 1010110 | 0 | 1000 | 111010 | 10011 | 110100 | 111000 | 111001 |
Color Harmonies of #CFBE56
Complementary color
Monochromatic Colors of #CFBE56
Black with #CFBE56
Text Example
Text Example
White with #CFBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE56; }
p { color: rgb(207,190,86); }
H1.HeaderClassName
{
color: #CFBE56;
}
.AnyTagClassName
{
color: #CFBE56;
}
</style>
background-color css
<style>
a { background-color: #CFBE56; }
a { background-color: rgb(207,190,86); }
div.DivClassName
{
background-color: #CFBE56;
}
.BgClassName
{
background-color: #CFBE56;
}
</style>
border-color css
<style>
span { border-color: #CFBE56; }
span { border-color: rgb(207,190,86); }
td.TdClassName
{
border-color: #CFBE56;
}
.TagClassName
{
border-color: #CFBE56;
}
</style>