Shades of Tacha #CFC56B
Tints of Tacha #CFC56B
RGB
CMYK
RGB Variations
Color information
#CFC56B (or 0xCFC56B) is known color: Tacha. HEX triplet: CF, C5 and 6B. RGB value is (207,197,107). Sum of RGB (Red+Green+Blue) = 207+197+107=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC56B is #303A94. Grayscale: #BEBEBE. Windows color (decimal): -3160725 or 7062991. OLE color: 7062991.
HSL color Cylindrical-coordinate representation of color #CFC56B: hue angle of 54º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFC56B is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 107 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.19 |
| HSL | 54º | 0.51% | 0.62% | - |
| HSV(B) | 54º | 0.48% | 0.81% | - |
| XYZ | 48.35 | 54.26 | 21.83 | - |
| YUV | 189.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 107 | 0 | 0.05 | 0.48 | 0.19 | 54 | 0.51 | 0.62 |
| Hex | CF | C5 | 6B | 0 | 5 | 30 | 13 | 36 | 33 | 3E |
| Octal | 317 | 305 | 153 | 0 | 5 | 60 | 23 | 66 | 63 | 76 |
| Binary | 11001111 | 11000101 | 1101011 | 0 | 101 | 110000 | 10011 | 110110 | 110011 | 111110 |
Color Harmonies of #CFC56B
Complementary color
Monochromatic Colors of #CFC56B
Black with #CFC56B
Text Example
Text Example
White with #CFC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC56B; }
p { color: rgb(207,197,107); }
H1.HeaderClassName
{
color: #CFC56B;
}
.AnyTagClassName
{
color: #CFC56B;
}
</style>
background-color css
<style>
a { background-color: #CFC56B; }
a { background-color: rgb(207,197,107); }
div.DivClassName
{
background-color: #CFC56B;
}
.BgClassName
{
background-color: #CFC56B;
}
</style>
border-color css
<style>
span { border-color: #CFC56B; }
span { border-color: rgb(207,197,107); }
td.TdClassName
{
border-color: #CFC56B;
}
.TagClassName
{
border-color: #CFC56B;
}
</style>