Shades of Tacha #CFB259
Tints of Tacha #CFB259
RGB
CMYK
RGB Variations
Color information
#CFB259 (or 0xCFB259) is known color: Tacha. HEX triplet: CF, B2 and 59. RGB value is (207,178,89). Sum of RGB (Red+Green+Blue) = 207+178+89=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB259 is #304DA6. Grayscale: #B0B0B0. Windows color (decimal): -3165607 or 5878479. OLE color: 5878479.
HSL color Cylindrical-coordinate representation of color #CFB259: hue angle of 45.25º 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 #CFB259 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 89 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.19 |
| HSL | 45.25º | 0.55% | 0.58% | - |
| HSV(B) | 45.25º | 0.57% | 0.81% | - |
| XYZ | 43.46 | 45.83 | 16.01 | - |
| YUV | 176.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 89 | 0 | 0.14 | 0.57 | 0.19 | 45.25 | 0.55 | 0.58 |
| Hex | CF | B2 | 59 | 0 | E | 39 | 13 | 2D | 37 | 3A |
| Octal | 317 | 262 | 131 | 0 | 16 | 71 | 23 | 55 | 67 | 72 |
| Binary | 11001111 | 10110010 | 1011001 | 0 | 1110 | 111001 | 10011 | 101101 | 110111 | 111010 |
Color Harmonies of #CFB259
Complementary color
Monochromatic Colors of #CFB259
Black with #CFB259
Text Example
Text Example
White with #CFB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB259; }
p { color: rgb(207,178,89); }
H1.HeaderClassName
{
color: #CFB259;
}
.AnyTagClassName
{
color: #CFB259;
}
</style>
background-color css
<style>
a { background-color: #CFB259; }
a { background-color: rgb(207,178,89); }
div.DivClassName
{
background-color: #CFB259;
}
.BgClassName
{
background-color: #CFB259;
}
</style>
border-color css
<style>
span { border-color: #CFB259; }
span { border-color: rgb(207,178,89); }
td.TdClassName
{
border-color: #CFB259;
}
.TagClassName
{
border-color: #CFB259;
}
</style>