Shades of Tacha #CFB663
Tints of Tacha #CFB663
RGB
CMYK
RGB Variations
Color information
#CFB663 (or 0xCFB663) is known color: Tacha. HEX triplet: CF, B6 and 63. RGB value is (207,182,99). Sum of RGB (Red+Green+Blue) = 207+182+99=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB663 is #30499C. Grayscale: #B4B4B4. Windows color (decimal): -3164573 or 6534863. OLE color: 6534863.
HSL color Cylindrical-coordinate representation of color #CFB663: hue angle of 46.11º 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 #CFB663 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 99 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.19 |
| HSL | 46.11º | 0.53% | 0.6% | - |
| HSV(B) | 46.11º | 0.52% | 0.81% | - |
| XYZ | 44.71 | 47.62 | 18.64 | - |
| YUV | 180.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 99 | 0 | 0.12 | 0.52 | 0.19 | 46.11 | 0.53 | 0.6 |
| Hex | CF | B6 | 63 | 0 | C | 34 | 13 | 2E | 35 | 3C |
| Octal | 317 | 266 | 143 | 0 | 14 | 64 | 23 | 56 | 65 | 74 |
| Binary | 11001111 | 10110110 | 1100011 | 0 | 1100 | 110100 | 10011 | 101110 | 110101 | 111100 |
Color Harmonies of #CFB663
Complementary color
Monochromatic Colors of #CFB663
Black with #CFB663
Text Example
Text Example
White with #CFB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB663; }
p { color: rgb(207,182,99); }
H1.HeaderClassName
{
color: #CFB663;
}
.AnyTagClassName
{
color: #CFB663;
}
</style>
background-color css
<style>
a { background-color: #CFB663; }
a { background-color: rgb(207,182,99); }
div.DivClassName
{
background-color: #CFB663;
}
.BgClassName
{
background-color: #CFB663;
}
</style>
border-color css
<style>
span { border-color: #CFB663; }
span { border-color: rgb(207,182,99); }
td.TdClassName
{
border-color: #CFB663;
}
.TagClassName
{
border-color: #CFB663;
}
</style>