Shades of Tacha #CFB563
Tints of Tacha #CFB563
RGB
CMYK
RGB Variations
Color information
#CFB563 (or 0xCFB563) is known color: Tacha. HEX triplet: CF, B5 and 63. RGB value is (207,181,99). Sum of RGB (Red+Green+Blue) = 207+181+99=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB563 is #304A9C. Grayscale: #B3B3B3. Windows color (decimal): -3164829 or 6534607. OLE color: 6534607.
HSL color Cylindrical-coordinate representation of color #CFB563: hue angle of 45.56º 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 #CFB563 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 99 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.19 |
| HSL | 45.56º | 0.53% | 0.6% | - |
| HSV(B) | 45.56º | 0.52% | 0.81% | - |
| XYZ | 44.51 | 47.21 | 18.57 | - |
| YUV | 179.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 99 | 0 | 0.13 | 0.52 | 0.19 | 45.56 | 0.53 | 0.6 |
| Hex | CF | B5 | 63 | 0 | D | 34 | 13 | 2E | 35 | 3C |
| Octal | 317 | 265 | 143 | 0 | 15 | 64 | 23 | 56 | 65 | 74 |
| Binary | 11001111 | 10110101 | 1100011 | 0 | 1101 | 110100 | 10011 | 101110 | 110101 | 111100 |
Color Harmonies of #CFB563
Complementary color
Monochromatic Colors of #CFB563
Black with #CFB563
Text Example
Text Example
White with #CFB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB563; }
p { color: rgb(207,181,99); }
H1.HeaderClassName
{
color: #CFB563;
}
.AnyTagClassName
{
color: #CFB563;
}
</style>
background-color css
<style>
a { background-color: #CFB563; }
a { background-color: rgb(207,181,99); }
div.DivClassName
{
background-color: #CFB563;
}
.BgClassName
{
background-color: #CFB563;
}
</style>
border-color css
<style>
span { border-color: #CFB563; }
span { border-color: rgb(207,181,99); }
td.TdClassName
{
border-color: #CFB563;
}
.TagClassName
{
border-color: #CFB563;
}
</style>