Shades of Tacha #CFC95C
Tints of Tacha #CFC95C
RGB
CMYK
RGB Variations
Color information
#CFC95C (or 0xCFC95C) is known color: Tacha. HEX triplet: CF, C9 and 5C. RGB value is (207,201,92). Sum of RGB (Red+Green+Blue) = 207+201+92=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC95C is #3036A3. Grayscale: #BEBEBE. Windows color (decimal): -3159716 or 6080975. OLE color: 6080975.
HSL color Cylindrical-coordinate representation of color #CFC95C: hue angle of 56.87º 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 #CFC95C is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 92 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.19 |
| HSL | 56.87º | 0.55% | 0.59% | - |
| HSV(B) | 56.87º | 0.56% | 0.81% | - |
| XYZ | 48.55 | 55.81 | 18.34 | - |
| YUV | 190.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 92 | 0 | 0.03 | 0.56 | 0.19 | 56.87 | 0.55 | 0.59 |
| Hex | CF | C9 | 5C | 0 | 3 | 38 | 13 | 39 | 37 | 3B |
| Octal | 317 | 311 | 134 | 0 | 3 | 70 | 23 | 71 | 67 | 73 |
| Binary | 11001111 | 11001001 | 1011100 | 0 | 11 | 111000 | 10011 | 111001 | 110111 | 111011 |
Color Harmonies of #CFC95C
Complementary color
Monochromatic Colors of #CFC95C
Black with #CFC95C
Text Example
Text Example
White with #CFC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC95C; }
p { color: rgb(207,201,92); }
H1.HeaderClassName
{
color: #CFC95C;
}
.AnyTagClassName
{
color: #CFC95C;
}
</style>
background-color css
<style>
a { background-color: #CFC95C; }
a { background-color: rgb(207,201,92); }
div.DivClassName
{
background-color: #CFC95C;
}
.BgClassName
{
background-color: #CFC95C;
}
</style>
border-color css
<style>
span { border-color: #CFC95C; }
span { border-color: rgb(207,201,92); }
td.TdClassName
{
border-color: #CFC95C;
}
.TagClassName
{
border-color: #CFC95C;
}
</style>