Shades of Tacha #CFB957
Tints of Tacha #CFB957
RGB
CMYK
RGB Variations
Color information
#CFB957 (or 0xCFB957) is known color: Tacha. HEX triplet: CF, B9 and 57. RGB value is (207,185,87). Sum of RGB (Red+Green+Blue) = 207+185+87=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB957 is #3046A8. Grayscale: #B4B4B4. Windows color (decimal): -3163817 or 5749199. OLE color: 5749199.
HSL color Cylindrical-coordinate representation of color #CFB957: hue angle of 49º 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 #CFB957 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 87 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.19 |
| HSL | 49º | 0.56% | 0.58% | - |
| HSV(B) | 49º | 0.58% | 0.81% | - |
| XYZ | 44.8 | 48.65 | 16.05 | - |
| YUV | 180.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 87 | 0 | 0.11 | 0.58 | 0.19 | 49 | 0.56 | 0.58 |
| Hex | CF | B9 | 57 | 0 | B | 3A | 13 | 31 | 38 | 3A |
| Octal | 317 | 271 | 127 | 0 | 13 | 72 | 23 | 61 | 70 | 72 |
| Binary | 11001111 | 10111001 | 1010111 | 0 | 1011 | 111010 | 10011 | 110001 | 111000 | 111010 |
Color Harmonies of #CFB957
Complementary color
Monochromatic Colors of #CFB957
Black with #CFB957
Text Example
Text Example
White with #CFB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB957; }
p { color: rgb(207,185,87); }
H1.HeaderClassName
{
color: #CFB957;
}
.AnyTagClassName
{
color: #CFB957;
}
</style>
background-color css
<style>
a { background-color: #CFB957; }
a { background-color: rgb(207,185,87); }
div.DivClassName
{
background-color: #CFB957;
}
.BgClassName
{
background-color: #CFB957;
}
</style>
border-color css
<style>
span { border-color: #CFB957; }
span { border-color: rgb(207,185,87); }
td.TdClassName
{
border-color: #CFB957;
}
.TagClassName
{
border-color: #CFB957;
}
</style>