Shades of Tacha #CFC758
Tints of Tacha #CFC758
RGB
CMYK
RGB Variations
Color information
#CFC758 (or 0xCFC758) is known color: Tacha. HEX triplet: CF, C7 and 58. RGB value is (207,199,88). Sum of RGB (Red+Green+Blue) = 207+199+88=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC758 is #3038A7. Grayscale: #BDBDBD. Windows color (decimal): -3160232 or 5818319. OLE color: 5818319.
HSL color Cylindrical-coordinate representation of color #CFC758: hue angle of 55.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFC758 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 88 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.19 |
| HSL | 55.97º | 0.55% | 0.58% | - |
| HSV(B) | 55.97º | 0.57% | 0.81% | - |
| XYZ | 47.92 | 54.82 | 17.29 | - |
| YUV | 188.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 88 | 0 | 0.04 | 0.57 | 0.19 | 55.97 | 0.55 | 0.58 |
| Hex | CF | C7 | 58 | 0 | 4 | 39 | 13 | 38 | 37 | 3A |
| Octal | 317 | 307 | 130 | 0 | 4 | 71 | 23 | 70 | 67 | 72 |
| Binary | 11001111 | 11000111 | 1011000 | 0 | 100 | 111001 | 10011 | 111000 | 110111 | 111010 |
Color Harmonies of #CFC758
Complementary color
Monochromatic Colors of #CFC758
Black with #CFC758
Text Example
Text Example
White with #CFC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC758; }
p { color: rgb(207,199,88); }
H1.HeaderClassName
{
color: #CFC758;
}
.AnyTagClassName
{
color: #CFC758;
}
</style>
background-color css
<style>
a { background-color: #CFC758; }
a { background-color: rgb(207,199,88); }
div.DivClassName
{
background-color: #CFC758;
}
.BgClassName
{
background-color: #CFC758;
}
</style>
border-color css
<style>
span { border-color: #CFC758; }
span { border-color: rgb(207,199,88); }
td.TdClassName
{
border-color: #CFC758;
}
.TagClassName
{
border-color: #CFC758;
}
</style>