Shades of Tacha #CFC053
Tints of Tacha #CFC053
RGB
CMYK
RGB Variations
Color information
#CFC053 (or 0xCFC053) is known color: Tacha. HEX triplet: CF, C0 and 53. RGB value is (207,192,83). Sum of RGB (Red+Green+Blue) = 207+192+83=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC053 is #303FAC. Grayscale: #B8B8B8. Windows color (decimal): -3162029 or 5488847. OLE color: 5488847.
HSL color Cylindrical-coordinate representation of color #CFC053: hue angle of 52.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFC053 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 83 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.19 |
| HSL | 52.74º | 0.56% | 0.57% | - |
| HSV(B) | 52.74º | 0.6% | 0.81% | - |
| XYZ | 46.14 | 51.59 | 15.71 | - |
| YUV | 184.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 83 | 0 | 0.07 | 0.60 | 0.19 | 52.74 | 0.56 | 0.57 |
| Hex | CF | C0 | 53 | 0 | 7 | 3C | 13 | 35 | 38 | 39 |
| Octal | 317 | 300 | 123 | 0 | 7 | 74 | 23 | 65 | 70 | 71 |
| Binary | 11001111 | 11000000 | 1010011 | 0 | 111 | 111100 | 10011 | 110101 | 111000 | 111001 |
Color Harmonies of #CFC053
Complementary color
Monochromatic Colors of #CFC053
Black with #CFC053
Text Example
Text Example
White with #CFC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC053; }
p { color: rgb(207,192,83); }
H1.HeaderClassName
{
color: #CFC053;
}
.AnyTagClassName
{
color: #CFC053;
}
</style>
background-color css
<style>
a { background-color: #CFC053; }
a { background-color: rgb(207,192,83); }
div.DivClassName
{
background-color: #CFC053;
}
.BgClassName
{
background-color: #CFC053;
}
</style>
border-color css
<style>
span { border-color: #CFC053; }
span { border-color: rgb(207,192,83); }
td.TdClassName
{
border-color: #CFC053;
}
.TagClassName
{
border-color: #CFC053;
}
</style>