Shades of Tacha #CFC357
Tints of Tacha #CFC357
RGB
CMYK
RGB Variations
Color information
#CFC357 (or 0xCFC357) is known color: Tacha. HEX triplet: CF, C3 and 57. RGB value is (207,195,87). Sum of RGB (Red+Green+Blue) = 207+195+87=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC357 is #303CA8. Grayscale: #BABABA. Windows color (decimal): -3161257 or 5751759. OLE color: 5751759.
HSL color Cylindrical-coordinate representation of color #CFC357: hue angle of 54º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFC357 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 87 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.19 |
| HSL | 54º | 0.56% | 0.58% | - |
| HSV(B) | 54º | 0.58% | 0.81% | - |
| XYZ | 46.97 | 52.98 | 16.77 | - |
| YUV | 186.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 87 | 0 | 0.06 | 0.58 | 0.19 | 54 | 0.56 | 0.58 |
| Hex | CF | C3 | 57 | 0 | 6 | 3A | 13 | 36 | 38 | 3A |
| Octal | 317 | 303 | 127 | 0 | 6 | 72 | 23 | 66 | 70 | 72 |
| Binary | 11001111 | 11000011 | 1010111 | 0 | 110 | 111010 | 10011 | 110110 | 111000 | 111010 |
Color Harmonies of #CFC357
Complementary color
Monochromatic Colors of #CFC357
Black with #CFC357
Text Example
Text Example
White with #CFC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC357; }
p { color: rgb(207,195,87); }
H1.HeaderClassName
{
color: #CFC357;
}
.AnyTagClassName
{
color: #CFC357;
}
</style>
background-color css
<style>
a { background-color: #CFC357; }
a { background-color: rgb(207,195,87); }
div.DivClassName
{
background-color: #CFC357;
}
.BgClassName
{
background-color: #CFC357;
}
</style>
border-color css
<style>
span { border-color: #CFC357; }
span { border-color: rgb(207,195,87); }
td.TdClassName
{
border-color: #CFC357;
}
.TagClassName
{
border-color: #CFC357;
}
</style>