Shades of Tacha #CFB063
Tints of Tacha #CFB063
RGB
CMYK
RGB Variations
Color information
#CFB063 (or 0xCFB063) is known color: Tacha. HEX triplet: CF, B0 and 63. RGB value is (207,176,99). Sum of RGB (Red+Green+Blue) = 207+176+99=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB063 is #304F9C. Grayscale: #B0B0B0. Windows color (decimal): -3166109 or 6533327. OLE color: 6533327.
HSL color Cylindrical-coordinate representation of color #CFB063: hue angle of 42.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFB063 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 99 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.19 |
| HSL | 42.78º | 0.53% | 0.6% | - |
| HSV(B) | 42.78º | 0.52% | 0.81% | - |
| XYZ | 43.51 | 45.22 | 18.24 | - |
| YUV | 176.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 99 | 0 | 0.15 | 0.52 | 0.19 | 42.78 | 0.53 | 0.6 |
| Hex | CF | B0 | 63 | 0 | F | 34 | 13 | 2B | 35 | 3C |
| Octal | 317 | 260 | 143 | 0 | 17 | 64 | 23 | 53 | 65 | 74 |
| Binary | 11001111 | 10110000 | 1100011 | 0 | 1111 | 110100 | 10011 | 101011 | 110101 | 111100 |
Color Harmonies of #CFB063
Complementary color
Monochromatic Colors of #CFB063
Black with #CFB063
Text Example
Text Example
White with #CFB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB063; }
p { color: rgb(207,176,99); }
H1.HeaderClassName
{
color: #CFB063;
}
.AnyTagClassName
{
color: #CFB063;
}
</style>
background-color css
<style>
a { background-color: #CFB063; }
a { background-color: rgb(207,176,99); }
div.DivClassName
{
background-color: #CFB063;
}
.BgClassName
{
background-color: #CFB063;
}
</style>
border-color css
<style>
span { border-color: #CFB063; }
span { border-color: rgb(207,176,99); }
td.TdClassName
{
border-color: #CFB063;
}
.TagClassName
{
border-color: #CFB063;
}
</style>