Shades of Tacha #CFC366
Tints of Tacha #CFC366
RGB
CMYK
RGB Variations
Color information
#CFC366 (or 0xCFC366) is known color: Tacha. HEX triplet: CF, C3 and 66. RGB value is (207,195,102). Sum of RGB (Red+Green+Blue) = 207+195+102=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC366 is #303C99. Grayscale: #BCBCBC. Windows color (decimal): -3161242 or 6734799. OLE color: 6734799.
HSL color Cylindrical-coordinate representation of color #CFC366: hue angle of 53.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFC366 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 102 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.19 |
| HSL | 53.14º | 0.52% | 0.61% | - |
| HSV(B) | 53.14º | 0.51% | 0.81% | - |
| XYZ | 47.65 | 53.25 | 20.34 | - |
| YUV | 187.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 102 | 0 | 0.06 | 0.51 | 0.19 | 53.14 | 0.52 | 0.61 |
| Hex | CF | C3 | 66 | 0 | 6 | 33 | 13 | 35 | 34 | 3D |
| Octal | 317 | 303 | 146 | 0 | 6 | 63 | 23 | 65 | 64 | 75 |
| Binary | 11001111 | 11000011 | 1100110 | 0 | 110 | 110011 | 10011 | 110101 | 110100 | 111101 |
Color Harmonies of #CFC366
Complementary color
Monochromatic Colors of #CFC366
Black with #CFC366
Text Example
Text Example
White with #CFC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC366; }
p { color: rgb(207,195,102); }
H1.HeaderClassName
{
color: #CFC366;
}
.AnyTagClassName
{
color: #CFC366;
}
</style>
background-color css
<style>
a { background-color: #CFC366; }
a { background-color: rgb(207,195,102); }
div.DivClassName
{
background-color: #CFC366;
}
.BgClassName
{
background-color: #CFC366;
}
</style>
border-color css
<style>
span { border-color: #CFC366; }
span { border-color: rgb(207,195,102); }
td.TdClassName
{
border-color: #CFC366;
}
.TagClassName
{
border-color: #CFC366;
}
</style>