Shades of Tacha #CFB353
Tints of Tacha #CFB353
RGB
CMYK
RGB Variations
Color information
#CFB353 (or 0xCFB353) is known color: Tacha. HEX triplet: CF, B3 and 53. RGB value is (207,179,83). Sum of RGB (Red+Green+Blue) = 207+179+83=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB353 is #304CAC. Grayscale: #B0B0B0. Windows color (decimal): -3165357 or 5485519. OLE color: 5485519.
HSL color Cylindrical-coordinate representation of color #CFB353: hue angle of 46.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFB353 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 83 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.19 |
| HSL | 46.45º | 0.56% | 0.57% | - |
| HSV(B) | 46.45º | 0.6% | 0.81% | - |
| XYZ | 43.41 | 46.13 | 14.8 | - |
| YUV | 176.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 83 | 0 | 0.14 | 0.60 | 0.19 | 46.45 | 0.56 | 0.57 |
| Hex | CF | B3 | 53 | 0 | E | 3C | 13 | 2E | 38 | 39 |
| Octal | 317 | 263 | 123 | 0 | 16 | 74 | 23 | 56 | 70 | 71 |
| Binary | 11001111 | 10110011 | 1010011 | 0 | 1110 | 111100 | 10011 | 101110 | 111000 | 111001 |
Color Harmonies of #CFB353
Complementary color
Monochromatic Colors of #CFB353
Black with #CFB353
Text Example
Text Example
White with #CFB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB353; }
p { color: rgb(207,179,83); }
H1.HeaderClassName
{
color: #CFB353;
}
.AnyTagClassName
{
color: #CFB353;
}
</style>
background-color css
<style>
a { background-color: #CFB353; }
a { background-color: rgb(207,179,83); }
div.DivClassName
{
background-color: #CFB353;
}
.BgClassName
{
background-color: #CFB353;
}
</style>
border-color css
<style>
span { border-color: #CFB353; }
span { border-color: rgb(207,179,83); }
td.TdClassName
{
border-color: #CFB353;
}
.TagClassName
{
border-color: #CFB353;
}
</style>