Shades of Tacha #CFC65B
Tints of Tacha #CFC65B
RGB
CMYK
RGB Variations
Color information
#CFC65B (or 0xCFC65B) is known color: Tacha. HEX triplet: CF, C6 and 5B. RGB value is (207,198,91). Sum of RGB (Red+Green+Blue) = 207+198+91=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC65B is #3039A4. Grayscale: #BCBCBC. Windows color (decimal): -3160485 or 6014671. OLE color: 6014671.
HSL color Cylindrical-coordinate representation of color #CFC65B: hue angle of 55.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFC65B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 91 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.19 |
| HSL | 55.34º | 0.55% | 0.58% | - |
| HSV(B) | 55.34º | 0.56% | 0.81% | - |
| XYZ | 47.81 | 54.41 | 17.88 | - |
| YUV | 188.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 91 | 0 | 0.04 | 0.56 | 0.19 | 55.34 | 0.55 | 0.58 |
| Hex | CF | C6 | 5B | 0 | 4 | 38 | 13 | 37 | 37 | 3A |
| Octal | 317 | 306 | 133 | 0 | 4 | 70 | 23 | 67 | 67 | 72 |
| Binary | 11001111 | 11000110 | 1011011 | 0 | 100 | 111000 | 10011 | 110111 | 110111 | 111010 |
Color Harmonies of #CFC65B
Complementary color
Monochromatic Colors of #CFC65B
Black with #CFC65B
Text Example
Text Example
White with #CFC65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC65B; }
p { color: rgb(207,198,91); }
H1.HeaderClassName
{
color: #CFC65B;
}
.AnyTagClassName
{
color: #CFC65B;
}
</style>
background-color css
<style>
a { background-color: #CFC65B; }
a { background-color: rgb(207,198,91); }
div.DivClassName
{
background-color: #CFC65B;
}
.BgClassName
{
background-color: #CFC65B;
}
</style>
border-color css
<style>
span { border-color: #CFC65B; }
span { border-color: rgb(207,198,91); }
td.TdClassName
{
border-color: #CFC65B;
}
.TagClassName
{
border-color: #CFC65B;
}
</style>