Shades of Tacha #CFC36A
Tints of Tacha #CFC36A
RGB
CMYK
RGB Variations
Color information
#CFC36A (or 0xCFC36A) is known color: Tacha. HEX triplet: CF, C3 and 6A. RGB value is (207,195,106). Sum of RGB (Red+Green+Blue) = 207+195+106=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC36A is #303C95. Grayscale: #BCBCBC. Windows color (decimal): -3161238 or 6996943. OLE color: 6996943.
HSL color Cylindrical-coordinate representation of color #CFC36A: hue angle of 52.87º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFC36A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 106 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.19 |
| HSL | 52.87º | 0.51% | 0.61% | - |
| HSV(B) | 52.87º | 0.49% | 0.81% | - |
| XYZ | 47.85 | 53.34 | 21.41 | - |
| YUV | 188.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 106 | 0 | 0.06 | 0.49 | 0.19 | 52.87 | 0.51 | 0.61 |
| Hex | CF | C3 | 6A | 0 | 6 | 31 | 13 | 35 | 33 | 3D |
| Octal | 317 | 303 | 152 | 0 | 6 | 61 | 23 | 65 | 63 | 75 |
| Binary | 11001111 | 11000011 | 1101010 | 0 | 110 | 110001 | 10011 | 110101 | 110011 | 111101 |
Color Harmonies of #CFC36A
Complementary color
Monochromatic Colors of #CFC36A
Black with #CFC36A
Text Example
Text Example
White with #CFC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC36A; }
p { color: rgb(207,195,106); }
H1.HeaderClassName
{
color: #CFC36A;
}
.AnyTagClassName
{
color: #CFC36A;
}
</style>
background-color css
<style>
a { background-color: #CFC36A; }
a { background-color: rgb(207,195,106); }
div.DivClassName
{
background-color: #CFC36A;
}
.BgClassName
{
background-color: #CFC36A;
}
</style>
border-color css
<style>
span { border-color: #CFC36A; }
span { border-color: rgb(207,195,106); }
td.TdClassName
{
border-color: #CFC36A;
}
.TagClassName
{
border-color: #CFC36A;
}
</style>