Shades of Tacha #CFBC52
Tints of Tacha #CFBC52
RGB
CMYK
RGB Variations
Color information
#CFBC52 (or 0xCFBC52) is known color: Tacha. HEX triplet: CF, BC and 52. RGB value is (207,188,82). Sum of RGB (Red+Green+Blue) = 207+188+82=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC52 is #3043AD. Grayscale: #B6B6B6. Windows color (decimal): -3163054 or 5422287. OLE color: 5422287.
HSL color Cylindrical-coordinate representation of color #CFBC52: hue angle of 50.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFBC52 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 82 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.19 |
| HSL | 50.88º | 0.57% | 0.57% | - |
| HSV(B) | 50.88º | 0.6% | 0.81% | - |
| XYZ | 45.24 | 49.84 | 15.22 | - |
| YUV | 181.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 82 | 0 | 0.09 | 0.60 | 0.19 | 50.88 | 0.57 | 0.57 |
| Hex | CF | BC | 52 | 0 | 9 | 3C | 13 | 33 | 39 | 39 |
| Octal | 317 | 274 | 122 | 0 | 11 | 74 | 23 | 63 | 71 | 71 |
| Binary | 11001111 | 10111100 | 1010010 | 0 | 1001 | 111100 | 10011 | 110011 | 111001 | 111001 |
Color Harmonies of #CFBC52
Complementary color
Monochromatic Colors of #CFBC52
Black with #CFBC52
Text Example
Text Example
White with #CFBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC52; }
p { color: rgb(207,188,82); }
H1.HeaderClassName
{
color: #CFBC52;
}
.AnyTagClassName
{
color: #CFBC52;
}
</style>
background-color css
<style>
a { background-color: #CFBC52; }
a { background-color: rgb(207,188,82); }
div.DivClassName
{
background-color: #CFBC52;
}
.BgClassName
{
background-color: #CFBC52;
}
</style>
border-color css
<style>
span { border-color: #CFBC52; }
span { border-color: rgb(207,188,82); }
td.TdClassName
{
border-color: #CFBC52;
}
.TagClassName
{
border-color: #CFBC52;
}
</style>