Shades of Tacha #CFC15F
Tints of Tacha #CFC15F
RGB
CMYK
RGB Variations
Color information
#CFC15F (or 0xCFC15F) is known color: Tacha. HEX triplet: CF, C1 and 5F. RGB value is (207,193,95). Sum of RGB (Red+Green+Blue) = 207+193+95=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC15F is #303EA0. Grayscale: #BABABA. Windows color (decimal): -3161761 or 6275535. OLE color: 6275535.
HSL color Cylindrical-coordinate representation of color #CFC15F: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFC15F is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 95 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.19 |
| HSL | 52.5º | 0.54% | 0.59% | - |
| HSV(B) | 52.5º | 0.54% | 0.81% | - |
| XYZ | 46.87 | 52.23 | 18.44 | - |
| YUV | 186.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 95 | 0 | 0.07 | 0.54 | 0.19 | 52.5 | 0.54 | 0.59 |
| Hex | CF | C1 | 5F | 0 | 7 | 36 | 13 | 34 | 36 | 3B |
| Octal | 317 | 301 | 137 | 0 | 7 | 66 | 23 | 64 | 66 | 73 |
| Binary | 11001111 | 11000001 | 1011111 | 0 | 111 | 110110 | 10011 | 110100 | 110110 | 111011 |
Color Harmonies of #CFC15F
Complementary color
Monochromatic Colors of #CFC15F
Black with #CFC15F
Text Example
Text Example
White with #CFC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC15F; }
p { color: rgb(207,193,95); }
H1.HeaderClassName
{
color: #CFC15F;
}
.AnyTagClassName
{
color: #CFC15F;
}
</style>
background-color css
<style>
a { background-color: #CFC15F; }
a { background-color: rgb(207,193,95); }
div.DivClassName
{
background-color: #CFC15F;
}
.BgClassName
{
background-color: #CFC15F;
}
</style>
border-color css
<style>
span { border-color: #CFC15F; }
span { border-color: rgb(207,193,95); }
td.TdClassName
{
border-color: #CFC15F;
}
.TagClassName
{
border-color: #CFC15F;
}
</style>