Shades of Tacha #CFBD57
Tints of Tacha #CFBD57
RGB
CMYK
RGB Variations
Color information
#CFBD57 (or 0xCFBD57) is known color: Tacha. HEX triplet: CF, BD and 57. RGB value is (207,189,87). Sum of RGB (Red+Green+Blue) = 207+189+87=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD57 is #3042A8. Grayscale: #B7B7B7. Windows color (decimal): -3162793 or 5750223. OLE color: 5750223.
HSL color Cylindrical-coordinate representation of color #CFBD57: hue angle of 51º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFBD57 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 87 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.19 |
| HSL | 51º | 0.56% | 0.58% | - |
| HSV(B) | 51º | 0.58% | 0.81% | - |
| XYZ | 45.65 | 50.35 | 16.33 | - |
| YUV | 182.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 87 | 0 | 0.09 | 0.58 | 0.19 | 51 | 0.56 | 0.58 |
| Hex | CF | BD | 57 | 0 | 9 | 3A | 13 | 33 | 38 | 3A |
| Octal | 317 | 275 | 127 | 0 | 11 | 72 | 23 | 63 | 70 | 72 |
| Binary | 11001111 | 10111101 | 1010111 | 0 | 1001 | 111010 | 10011 | 110011 | 111000 | 111010 |
Color Harmonies of #CFBD57
Complementary color
Monochromatic Colors of #CFBD57
Black with #CFBD57
Text Example
Text Example
White with #CFBD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD57; }
p { color: rgb(207,189,87); }
H1.HeaderClassName
{
color: #CFBD57;
}
.AnyTagClassName
{
color: #CFBD57;
}
</style>
background-color css
<style>
a { background-color: #CFBD57; }
a { background-color: rgb(207,189,87); }
div.DivClassName
{
background-color: #CFBD57;
}
.BgClassName
{
background-color: #CFBD57;
}
</style>
border-color css
<style>
span { border-color: #CFBD57; }
span { border-color: rgb(207,189,87); }
td.TdClassName
{
border-color: #CFBD57;
}
.TagClassName
{
border-color: #CFBD57;
}
</style>