Shades of Tacha #CFC25D
Tints of Tacha #CFC25D
RGB
CMYK
RGB Variations
Color information
#CFC25D (or 0xCFC25D) is known color: Tacha. HEX triplet: CF, C2 and 5D. RGB value is (207,194,93). Sum of RGB (Red+Green+Blue) = 207+194+93=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC25D is #303DA2. Grayscale: #BABABA. Windows color (decimal): -3161507 or 6144719. OLE color: 6144719.
HSL color Cylindrical-coordinate representation of color #CFC25D: hue angle of 53.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFC25D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 93 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.19 |
| HSL | 53.16º | 0.54% | 0.59% | - |
| HSV(B) | 53.16º | 0.55% | 0.81% | - |
| XYZ | 47 | 52.64 | 18.04 | - |
| YUV | 186.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 93 | 0 | 0.06 | 0.55 | 0.19 | 53.16 | 0.54 | 0.59 |
| Hex | CF | C2 | 5D | 0 | 6 | 37 | 13 | 35 | 36 | 3B |
| Octal | 317 | 302 | 135 | 0 | 6 | 67 | 23 | 65 | 66 | 73 |
| Binary | 11001111 | 11000010 | 1011101 | 0 | 110 | 110111 | 10011 | 110101 | 110110 | 111011 |
Color Harmonies of #CFC25D
Complementary color
Monochromatic Colors of #CFC25D
Black with #CFC25D
Text Example
Text Example
White with #CFC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC25D; }
p { color: rgb(207,194,93); }
H1.HeaderClassName
{
color: #CFC25D;
}
.AnyTagClassName
{
color: #CFC25D;
}
</style>
background-color css
<style>
a { background-color: #CFC25D; }
a { background-color: rgb(207,194,93); }
div.DivClassName
{
background-color: #CFC25D;
}
.BgClassName
{
background-color: #CFC25D;
}
</style>
border-color css
<style>
span { border-color: #CFC25D; }
span { border-color: rgb(207,194,93); }
td.TdClassName
{
border-color: #CFC25D;
}
.TagClassName
{
border-color: #CFC25D;
}
</style>