Shades of Tacha #CFC867
Tints of Tacha #CFC867
RGB
CMYK
RGB Variations
Color information
#CFC867 (or 0xCFC867) is known color: Tacha. HEX triplet: CF, C8 and 67. RGB value is (207,200,103). Sum of RGB (Red+Green+Blue) = 207+200+103=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC867 is #303798. Grayscale: #BFBFBF. Windows color (decimal): -3159961 or 6801615. OLE color: 6801615.
HSL color Cylindrical-coordinate representation of color #CFC867: hue angle of 55.96º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFC867 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 103 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.19 |
| HSL | 55.96º | 0.52% | 0.61% | - |
| HSV(B) | 55.96º | 0.5% | 0.81% | - |
| XYZ | 48.83 | 55.55 | 20.98 | - |
| YUV | 191.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 103 | 0 | 0.03 | 0.50 | 0.19 | 55.96 | 0.52 | 0.61 |
| Hex | CF | C8 | 67 | 0 | 3 | 32 | 13 | 38 | 34 | 3D |
| Octal | 317 | 310 | 147 | 0 | 3 | 62 | 23 | 70 | 64 | 75 |
| Binary | 11001111 | 11001000 | 1100111 | 0 | 11 | 110010 | 10011 | 111000 | 110100 | 111101 |
Color Harmonies of #CFC867
Complementary color
Monochromatic Colors of #CFC867
Black with #CFC867
Text Example
Text Example
White with #CFC867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC867; }
p { color: rgb(207,200,103); }
H1.HeaderClassName
{
color: #CFC867;
}
.AnyTagClassName
{
color: #CFC867;
}
</style>
background-color css
<style>
a { background-color: #CFC867; }
a { background-color: rgb(207,200,103); }
div.DivClassName
{
background-color: #CFC867;
}
.BgClassName
{
background-color: #CFC867;
}
</style>
border-color css
<style>
span { border-color: #CFC867; }
span { border-color: rgb(207,200,103); }
td.TdClassName
{
border-color: #CFC867;
}
.TagClassName
{
border-color: #CFC867;
}
</style>