Shades of Tacha #CFC268
Tints of Tacha #CFC268
RGB
CMYK
RGB Variations
Color information
#CFC268 (or 0xCFC268) is known color: Tacha. HEX triplet: CF, C2 and 68. RGB value is (207,194,104). Sum of RGB (Red+Green+Blue) = 207+194+104=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC268 is #303D97. Grayscale: #BCBCBC. Windows color (decimal): -3161496 or 6865615. OLE color: 6865615.
HSL color Cylindrical-coordinate representation of color #CFC268: hue angle of 52.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFC268 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 104 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.19 |
| HSL | 52.43º | 0.52% | 0.61% | - |
| HSV(B) | 52.43º | 0.5% | 0.81% | - |
| XYZ | 47.52 | 52.85 | 20.79 | - |
| YUV | 187.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 104 | 0 | 0.06 | 0.50 | 0.19 | 52.43 | 0.52 | 0.61 |
| Hex | CF | C2 | 68 | 0 | 6 | 32 | 13 | 34 | 34 | 3D |
| Octal | 317 | 302 | 150 | 0 | 6 | 62 | 23 | 64 | 64 | 75 |
| Binary | 11001111 | 11000010 | 1101000 | 0 | 110 | 110010 | 10011 | 110100 | 110100 | 111101 |
Color Harmonies of #CFC268
Complementary color
Monochromatic Colors of #CFC268
Black with #CFC268
Text Example
Text Example
White with #CFC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC268; }
p { color: rgb(207,194,104); }
H1.HeaderClassName
{
color: #CFC268;
}
.AnyTagClassName
{
color: #CFC268;
}
</style>
background-color css
<style>
a { background-color: #CFC268; }
a { background-color: rgb(207,194,104); }
div.DivClassName
{
background-color: #CFC268;
}
.BgClassName
{
background-color: #CFC268;
}
</style>
border-color css
<style>
span { border-color: #CFC268; }
span { border-color: rgb(207,194,104); }
td.TdClassName
{
border-color: #CFC268;
}
.TagClassName
{
border-color: #CFC268;
}
</style>