Shades of Tacha #CFB060
Tints of Tacha #CFB060
RGB
CMYK
RGB Variations
Color information
#CFB060 (or 0xCFB060) is known color: Tacha. HEX triplet: CF, B0 and 60. RGB value is (207,176,96). Sum of RGB (Red+Green+Blue) = 207+176+96=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB060 is #304F9F. Grayscale: #B0B0B0. Windows color (decimal): -3166112 or 6336719. OLE color: 6336719.
HSL color Cylindrical-coordinate representation of color #CFB060: hue angle of 43.24º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFB060 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 96 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.19 |
| HSL | 43.24º | 0.54% | 0.59% | - |
| HSV(B) | 43.24º | 0.54% | 0.81% | - |
| XYZ | 43.37 | 45.16 | 17.5 | - |
| YUV | 176.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 96 | 0 | 0.15 | 0.54 | 0.19 | 43.24 | 0.54 | 0.59 |
| Hex | CF | B0 | 60 | 0 | F | 36 | 13 | 2B | 36 | 3B |
| Octal | 317 | 260 | 140 | 0 | 17 | 66 | 23 | 53 | 66 | 73 |
| Binary | 11001111 | 10110000 | 1100000 | 0 | 1111 | 110110 | 10011 | 101011 | 110110 | 111011 |
Color Harmonies of #CFB060
Complementary color
Monochromatic Colors of #CFB060
Black with #CFB060
Text Example
Text Example
White with #CFB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB060; }
p { color: rgb(207,176,96); }
H1.HeaderClassName
{
color: #CFB060;
}
.AnyTagClassName
{
color: #CFB060;
}
</style>
background-color css
<style>
a { background-color: #CFB060; }
a { background-color: rgb(207,176,96); }
div.DivClassName
{
background-color: #CFB060;
}
.BgClassName
{
background-color: #CFB060;
}
</style>
border-color css
<style>
span { border-color: #CFB060; }
span { border-color: rgb(207,176,96); }
td.TdClassName
{
border-color: #CFB060;
}
.TagClassName
{
border-color: #CFB060;
}
</style>