Shades of Tacha #CFB554
Tints of Tacha #CFB554
RGB
CMYK
RGB Variations
Color information
#CFB554 (or 0xCFB554) is known color: Tacha. HEX triplet: CF, B5 and 54. RGB value is (207,181,84). Sum of RGB (Red+Green+Blue) = 207+181+84=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB554 is #304AAB. Grayscale: #B2B2B2. Windows color (decimal): -3164844 or 5551567. OLE color: 5551567.
HSL color Cylindrical-coordinate representation of color #CFB554: hue angle of 47.32º 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 #CFB554 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 84 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.19 |
| HSL | 47.32º | 0.56% | 0.57% | - |
| HSV(B) | 47.32º | 0.59% | 0.81% | - |
| XYZ | 43.86 | 46.95 | 15.14 | - |
| YUV | 177.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 84 | 0 | 0.13 | 0.59 | 0.19 | 47.32 | 0.56 | 0.57 |
| Hex | CF | B5 | 54 | 0 | D | 3B | 13 | 2F | 38 | 39 |
| Octal | 317 | 265 | 124 | 0 | 15 | 73 | 23 | 57 | 70 | 71 |
| Binary | 11001111 | 10110101 | 1010100 | 0 | 1101 | 111011 | 10011 | 101111 | 111000 | 111001 |
Color Harmonies of #CFB554
Complementary color
Monochromatic Colors of #CFB554
Black with #CFB554
Text Example
Text Example
White with #CFB554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB554; }
p { color: rgb(207,181,84); }
H1.HeaderClassName
{
color: #CFB554;
}
.AnyTagClassName
{
color: #CFB554;
}
</style>
background-color css
<style>
a { background-color: #CFB554; }
a { background-color: rgb(207,181,84); }
div.DivClassName
{
background-color: #CFB554;
}
.BgClassName
{
background-color: #CFB554;
}
</style>
border-color css
<style>
span { border-color: #CFB554; }
span { border-color: rgb(207,181,84); }
td.TdClassName
{
border-color: #CFB554;
}
.TagClassName
{
border-color: #CFB554;
}
</style>