Shades of Tacha #CFB954
Tints of Tacha #CFB954
RGB
CMYK
RGB Variations
Color information
#CFB954 (or 0xCFB954) is known color: Tacha. HEX triplet: CF, B9 and 54. RGB value is (207,185,84). Sum of RGB (Red+Green+Blue) = 207+185+84=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB954 is #3046AB. Grayscale: #B4B4B4. Windows color (decimal): -3163820 or 5552591. OLE color: 5552591.
HSL color Cylindrical-coordinate representation of color #CFB954: hue angle of 49.27º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFB954 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 84 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.19 |
| HSL | 49.27º | 0.56% | 0.57% | - |
| HSV(B) | 49.27º | 0.59% | 0.81% | - |
| XYZ | 44.68 | 48.6 | 15.41 | - |
| YUV | 180.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 84 | 0 | 0.11 | 0.59 | 0.19 | 49.27 | 0.56 | 0.57 |
| Hex | CF | B9 | 54 | 0 | B | 3B | 13 | 31 | 38 | 39 |
| Octal | 317 | 271 | 124 | 0 | 13 | 73 | 23 | 61 | 70 | 71 |
| Binary | 11001111 | 10111001 | 1010100 | 0 | 1011 | 111011 | 10011 | 110001 | 111000 | 111001 |
Color Harmonies of #CFB954
Complementary color
Monochromatic Colors of #CFB954
Black with #CFB954
Text Example
Text Example
White with #CFB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB954; }
p { color: rgb(207,185,84); }
H1.HeaderClassName
{
color: #CFB954;
}
.AnyTagClassName
{
color: #CFB954;
}
</style>
background-color css
<style>
a { background-color: #CFB954; }
a { background-color: rgb(207,185,84); }
div.DivClassName
{
background-color: #CFB954;
}
.BgClassName
{
background-color: #CFB954;
}
</style>
border-color css
<style>
span { border-color: #CFB954; }
span { border-color: rgb(207,185,84); }
td.TdClassName
{
border-color: #CFB954;
}
.TagClassName
{
border-color: #CFB954;
}
</style>