Shades of Tacha #CFC55C
Tints of Tacha #CFC55C
RGB
CMYK
RGB Variations
Color information
#CFC55C (or 0xCFC55C) is known color: Tacha. HEX triplet: CF, C5 and 5C. RGB value is (207,197,92). Sum of RGB (Red+Green+Blue) = 207+197+92=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC55C is #303AA3. Grayscale: #BCBCBC. Windows color (decimal): -3160740 or 6079951. OLE color: 6079951.
HSL color Cylindrical-coordinate representation of color #CFC55C: hue angle of 54.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFC55C is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 92 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.19 |
| HSL | 54.78º | 0.55% | 0.59% | - |
| HSV(B) | 54.78º | 0.56% | 0.81% | - |
| XYZ | 47.63 | 53.97 | 18.03 | - |
| YUV | 188.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 92 | 0 | 0.05 | 0.56 | 0.19 | 54.78 | 0.55 | 0.59 |
| Hex | CF | C5 | 5C | 0 | 5 | 38 | 13 | 37 | 37 | 3B |
| Octal | 317 | 305 | 134 | 0 | 5 | 70 | 23 | 67 | 67 | 73 |
| Binary | 11001111 | 11000101 | 1011100 | 0 | 101 | 111000 | 10011 | 110111 | 110111 | 111011 |
Color Harmonies of #CFC55C
Complementary color
Monochromatic Colors of #CFC55C
Black with #CFC55C
Text Example
Text Example
White with #CFC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC55C; }
p { color: rgb(207,197,92); }
H1.HeaderClassName
{
color: #CFC55C;
}
.AnyTagClassName
{
color: #CFC55C;
}
</style>
background-color css
<style>
a { background-color: #CFC55C; }
a { background-color: rgb(207,197,92); }
div.DivClassName
{
background-color: #CFC55C;
}
.BgClassName
{
background-color: #CFC55C;
}
</style>
border-color css
<style>
span { border-color: #CFC55C; }
span { border-color: rgb(207,197,92); }
td.TdClassName
{
border-color: #CFC55C;
}
.TagClassName
{
border-color: #CFC55C;
}
</style>