Shades of Tacha #CFB062
Tints of Tacha #CFB062
RGB
CMYK
RGB Variations
Color information
#CFB062 (or 0xCFB062) is known color: Tacha. HEX triplet: CF, B0 and 62. RGB value is (207,176,98). Sum of RGB (Red+Green+Blue) = 207+176+98=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB062 is #304F9D. Grayscale: #B0B0B0. Windows color (decimal): -3166110 or 6467791. OLE color: 6467791.
HSL color Cylindrical-coordinate representation of color #CFB062: hue angle of 42.94º 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 #CFB062 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 98 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.19 |
| HSL | 42.94º | 0.53% | 0.6% | - |
| HSV(B) | 42.94º | 0.53% | 0.81% | - |
| XYZ | 43.46 | 45.2 | 17.99 | - |
| YUV | 176.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 98 | 0 | 0.15 | 0.53 | 0.19 | 42.94 | 0.53 | 0.6 |
| Hex | CF | B0 | 62 | 0 | F | 35 | 13 | 2B | 35 | 3C |
| Octal | 317 | 260 | 142 | 0 | 17 | 65 | 23 | 53 | 65 | 74 |
| Binary | 11001111 | 10110000 | 1100010 | 0 | 1111 | 110101 | 10011 | 101011 | 110101 | 111100 |
Color Harmonies of #CFB062
Complementary color
Monochromatic Colors of #CFB062
Black with #CFB062
Text Example
Text Example
White with #CFB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB062; }
p { color: rgb(207,176,98); }
H1.HeaderClassName
{
color: #CFB062;
}
.AnyTagClassName
{
color: #CFB062;
}
</style>
background-color css
<style>
a { background-color: #CFB062; }
a { background-color: rgb(207,176,98); }
div.DivClassName
{
background-color: #CFB062;
}
.BgClassName
{
background-color: #CFB062;
}
</style>
border-color css
<style>
span { border-color: #CFB062; }
span { border-color: rgb(207,176,98); }
td.TdClassName
{
border-color: #CFB062;
}
.TagClassName
{
border-color: #CFB062;
}
</style>