Shades of Tacha #CFC958
Tints of Tacha #CFC958
RGB
CMYK
RGB Variations
Color information
#CFC958 (or 0xCFC958) is known color: Tacha. HEX triplet: CF, C9 and 58. RGB value is (207,201,88). Sum of RGB (Red+Green+Blue) = 207+201+88=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC958 is #3036A7. Grayscale: #BEBEBE. Windows color (decimal): -3159720 or 5818831. OLE color: 5818831.
HSL color Cylindrical-coordinate representation of color #CFC958: hue angle of 56.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 #CFC958 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 88 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.19 |
| HSL | 56.97º | 0.55% | 0.58% | - |
| HSV(B) | 56.97º | 0.57% | 0.81% | - |
| XYZ | 48.38 | 55.74 | 17.44 | - |
| YUV | 189.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 88 | 0 | 0.03 | 0.57 | 0.19 | 56.97 | 0.55 | 0.58 |
| Hex | CF | C9 | 58 | 0 | 3 | 39 | 13 | 39 | 37 | 3A |
| Octal | 317 | 311 | 130 | 0 | 3 | 71 | 23 | 71 | 67 | 72 |
| Binary | 11001111 | 11001001 | 1011000 | 0 | 11 | 111001 | 10011 | 111001 | 110111 | 111010 |
Color Harmonies of #CFC958
Complementary color
Monochromatic Colors of #CFC958
Black with #CFC958
Text Example
Text Example
White with #CFC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC958; }
p { color: rgb(207,201,88); }
H1.HeaderClassName
{
color: #CFC958;
}
.AnyTagClassName
{
color: #CFC958;
}
</style>
background-color css
<style>
a { background-color: #CFC958; }
a { background-color: rgb(207,201,88); }
div.DivClassName
{
background-color: #CFC958;
}
.BgClassName
{
background-color: #CFC958;
}
</style>
border-color css
<style>
span { border-color: #CFC958; }
span { border-color: rgb(207,201,88); }
td.TdClassName
{
border-color: #CFC958;
}
.TagClassName
{
border-color: #CFC958;
}
</style>