Shades of Tacha #CFC359
Tints of Tacha #CFC359
RGB
CMYK
RGB Variations
Color information
#CFC359 (or 0xCFC359) is known color: Tacha. HEX triplet: CF, C3 and 59. RGB value is (207,195,89). Sum of RGB (Red+Green+Blue) = 207+195+89=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC359 is #303CA6. Grayscale: #BABABA. Windows color (decimal): -3161255 or 5882831. OLE color: 5882831.
HSL color Cylindrical-coordinate representation of color #CFC359: hue angle of 53.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFC359 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 89 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.19 |
| HSL | 53.9º | 0.55% | 0.58% | - |
| HSV(B) | 53.9º | 0.57% | 0.81% | - |
| XYZ | 47.05 | 53.02 | 17.2 | - |
| YUV | 186.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 89 | 0 | 0.06 | 0.57 | 0.19 | 53.9 | 0.55 | 0.58 |
| Hex | CF | C3 | 59 | 0 | 6 | 39 | 13 | 36 | 37 | 3A |
| Octal | 317 | 303 | 131 | 0 | 6 | 71 | 23 | 66 | 67 | 72 |
| Binary | 11001111 | 11000011 | 1011001 | 0 | 110 | 111001 | 10011 | 110110 | 110111 | 111010 |
Color Harmonies of #CFC359
Complementary color
Monochromatic Colors of #CFC359
Black with #CFC359
Text Example
Text Example
White with #CFC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC359; }
p { color: rgb(207,195,89); }
H1.HeaderClassName
{
color: #CFC359;
}
.AnyTagClassName
{
color: #CFC359;
}
</style>
background-color css
<style>
a { background-color: #CFC359; }
a { background-color: rgb(207,195,89); }
div.DivClassName
{
background-color: #CFC359;
}
.BgClassName
{
background-color: #CFC359;
}
</style>
border-color css
<style>
span { border-color: #CFC359; }
span { border-color: rgb(207,195,89); }
td.TdClassName
{
border-color: #CFC359;
}
.TagClassName
{
border-color: #CFC359;
}
</style>