Shades of Tacha #CFB161
Tints of Tacha #CFB161
RGB
CMYK
RGB Variations
Color information
#CFB161 (or 0xCFB161) is known color: Tacha. HEX triplet: CF, B1 and 61. RGB value is (207,177,97). Sum of RGB (Red+Green+Blue) = 207+177+97=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB161 is #304E9E. Grayscale: #B1B1B1. Windows color (decimal): -3165855 or 6402511. OLE color: 6402511.
HSL color Cylindrical-coordinate representation of color #CFB161: hue angle of 43.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFB161 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 97 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.19 |
| HSL | 43.64º | 0.53% | 0.6% | - |
| HSV(B) | 43.64º | 0.53% | 0.81% | - |
| XYZ | 43.61 | 45.57 | 17.81 | - |
| YUV | 176.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 97 | 0 | 0.14 | 0.53 | 0.19 | 43.64 | 0.53 | 0.6 |
| Hex | CF | B1 | 61 | 0 | E | 35 | 13 | 2C | 35 | 3C |
| Octal | 317 | 261 | 141 | 0 | 16 | 65 | 23 | 54 | 65 | 74 |
| Binary | 11001111 | 10110001 | 1100001 | 0 | 1110 | 110101 | 10011 | 101100 | 110101 | 111100 |
Color Harmonies of #CFB161
Complementary color
Monochromatic Colors of #CFB161
Black with #CFB161
Text Example
Text Example
White with #CFB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB161; }
p { color: rgb(207,177,97); }
H1.HeaderClassName
{
color: #CFB161;
}
.AnyTagClassName
{
color: #CFB161;
}
</style>
background-color css
<style>
a { background-color: #CFB161; }
a { background-color: rgb(207,177,97); }
div.DivClassName
{
background-color: #CFB161;
}
.BgClassName
{
background-color: #CFB161;
}
</style>
border-color css
<style>
span { border-color: #CFB161; }
span { border-color: rgb(207,177,97); }
td.TdClassName
{
border-color: #CFB161;
}
.TagClassName
{
border-color: #CFB161;
}
</style>