Shades of Tacha #CFC15D
Tints of Tacha #CFC15D
RGB
CMYK
RGB Variations
Color information
#CFC15D (or 0xCFC15D) is known color: Tacha. HEX triplet: CF, C1 and 5D. RGB value is (207,193,93). Sum of RGB (Red+Green+Blue) = 207+193+93=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC15D is #303EA2. Grayscale: #BABABA. Windows color (decimal): -3161763 or 6144463. OLE color: 6144463.
HSL color Cylindrical-coordinate representation of color #CFC15D: hue angle of 52.63º 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 #CFC15D is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 93 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.19 |
| HSL | 52.63º | 0.54% | 0.59% | - |
| HSV(B) | 52.63º | 0.55% | 0.81% | - |
| XYZ | 46.78 | 52.2 | 17.97 | - |
| YUV | 185.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 93 | 0 | 0.07 | 0.55 | 0.19 | 52.63 | 0.54 | 0.59 |
| Hex | CF | C1 | 5D | 0 | 7 | 37 | 13 | 35 | 36 | 3B |
| Octal | 317 | 301 | 135 | 0 | 7 | 67 | 23 | 65 | 66 | 73 |
| Binary | 11001111 | 11000001 | 1011101 | 0 | 111 | 110111 | 10011 | 110101 | 110110 | 111011 |
Color Harmonies of #CFC15D
Complementary color
Monochromatic Colors of #CFC15D
Black with #CFC15D
Text Example
Text Example
White with #CFC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC15D; }
p { color: rgb(207,193,93); }
H1.HeaderClassName
{
color: #CFC15D;
}
.AnyTagClassName
{
color: #CFC15D;
}
</style>
background-color css
<style>
a { background-color: #CFC15D; }
a { background-color: rgb(207,193,93); }
div.DivClassName
{
background-color: #CFC15D;
}
.BgClassName
{
background-color: #CFC15D;
}
</style>
border-color css
<style>
span { border-color: #CFC15D; }
span { border-color: rgb(207,193,93); }
td.TdClassName
{
border-color: #CFC15D;
}
.TagClassName
{
border-color: #CFC15D;
}
</style>