Shades of Tacha #CFC365
Tints of Tacha #CFC365
RGB
CMYK
RGB Variations
Color information
#CFC365 (or 0xCFC365) is known color: Tacha. HEX triplet: CF, C3 and 65. RGB value is (207,195,101). Sum of RGB (Red+Green+Blue) = 207+195+101=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC365 is #303C9A. Grayscale: #BCBCBC. Windows color (decimal): -3161243 or 6669263. OLE color: 6669263.
HSL color Cylindrical-coordinate representation of color #CFC365: hue angle of 53.21º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFC365 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 101 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.19 |
| HSL | 53.21º | 0.52% | 0.6% | - |
| HSV(B) | 53.21º | 0.51% | 0.81% | - |
| XYZ | 47.6 | 53.24 | 20.08 | - |
| YUV | 187.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 101 | 0 | 0.06 | 0.51 | 0.19 | 53.21 | 0.52 | 0.6 |
| Hex | CF | C3 | 65 | 0 | 6 | 33 | 13 | 35 | 34 | 3C |
| Octal | 317 | 303 | 145 | 0 | 6 | 63 | 23 | 65 | 64 | 74 |
| Binary | 11001111 | 11000011 | 1100101 | 0 | 110 | 110011 | 10011 | 110101 | 110100 | 111100 |
Color Harmonies of #CFC365
Complementary color
Monochromatic Colors of #CFC365
Black with #CFC365
Text Example
Text Example
White with #CFC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC365; }
p { color: rgb(207,195,101); }
H1.HeaderClassName
{
color: #CFC365;
}
.AnyTagClassName
{
color: #CFC365;
}
</style>
background-color css
<style>
a { background-color: #CFC365; }
a { background-color: rgb(207,195,101); }
div.DivClassName
{
background-color: #CFC365;
}
.BgClassName
{
background-color: #CFC365;
}
</style>
border-color css
<style>
span { border-color: #CFC365; }
span { border-color: rgb(207,195,101); }
td.TdClassName
{
border-color: #CFC365;
}
.TagClassName
{
border-color: #CFC365;
}
</style>