Shades of Tacha #CFBF58
Tints of Tacha #CFBF58
RGB
CMYK
RGB Variations
Color information
#CFBF58 (or 0xCFBF58) is known color: Tacha. HEX triplet: CF, BF and 58. RGB value is (207,191,88). Sum of RGB (Red+Green+Blue) = 207+191+88=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF58 is #3040A7. Grayscale: #B8B8B8. Windows color (decimal): -3162280 or 5816271. OLE color: 5816271.
HSL color Cylindrical-coordinate representation of color #CFBF58: hue angle of 51.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFBF58 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 88 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.19 |
| HSL | 51.93º | 0.55% | 0.58% | - |
| HSV(B) | 51.93º | 0.57% | 0.81% | - |
| XYZ | 46.12 | 51.23 | 16.69 | - |
| YUV | 184.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 88 | 0 | 0.08 | 0.57 | 0.19 | 51.93 | 0.55 | 0.58 |
| Hex | CF | BF | 58 | 0 | 8 | 39 | 13 | 34 | 37 | 3A |
| Octal | 317 | 277 | 130 | 0 | 10 | 71 | 23 | 64 | 67 | 72 |
| Binary | 11001111 | 10111111 | 1011000 | 0 | 1000 | 111001 | 10011 | 110100 | 110111 | 111010 |
Color Harmonies of #CFBF58
Complementary color
Monochromatic Colors of #CFBF58
Black with #CFBF58
Text Example
Text Example
White with #CFBF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF58; }
p { color: rgb(207,191,88); }
H1.HeaderClassName
{
color: #CFBF58;
}
.AnyTagClassName
{
color: #CFBF58;
}
</style>
background-color css
<style>
a { background-color: #CFBF58; }
a { background-color: rgb(207,191,88); }
div.DivClassName
{
background-color: #CFBF58;
}
.BgClassName
{
background-color: #CFBF58;
}
</style>
border-color css
<style>
span { border-color: #CFBF58; }
span { border-color: rgb(207,191,88); }
td.TdClassName
{
border-color: #CFBF58;
}
.TagClassName
{
border-color: #CFBF58;
}
</style>