Shades of Tacha #CFBD5C
Tints of Tacha #CFBD5C
RGB
CMYK
RGB Variations
Color information
#CFBD5C (or 0xCFBD5C) is known color: Tacha. HEX triplet: CF, BD and 5C. RGB value is (207,189,92). Sum of RGB (Red+Green+Blue) = 207+189+92=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD5C is #3042A3. Grayscale: #B7B7B7. Windows color (decimal): -3162788 or 6077903. OLE color: 6077903.
HSL color Cylindrical-coordinate representation of color #CFBD5C: hue angle of 50.61º 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 #CFBD5C is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 92 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.19 |
| HSL | 50.61º | 0.55% | 0.59% | - |
| HSV(B) | 50.61º | 0.56% | 0.81% | - |
| XYZ | 45.86 | 50.43 | 17.44 | - |
| YUV | 183.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 92 | 0 | 0.09 | 0.56 | 0.19 | 50.61 | 0.55 | 0.59 |
| Hex | CF | BD | 5C | 0 | 9 | 38 | 13 | 33 | 37 | 3B |
| Octal | 317 | 275 | 134 | 0 | 11 | 70 | 23 | 63 | 67 | 73 |
| Binary | 11001111 | 10111101 | 1011100 | 0 | 1001 | 111000 | 10011 | 110011 | 110111 | 111011 |
Color Harmonies of #CFBD5C
Complementary color
Monochromatic Colors of #CFBD5C
Black with #CFBD5C
Text Example
Text Example
White with #CFBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD5C; }
p { color: rgb(207,189,92); }
H1.HeaderClassName
{
color: #CFBD5C;
}
.AnyTagClassName
{
color: #CFBD5C;
}
</style>
background-color css
<style>
a { background-color: #CFBD5C; }
a { background-color: rgb(207,189,92); }
div.DivClassName
{
background-color: #CFBD5C;
}
.BgClassName
{
background-color: #CFBD5C;
}
</style>
border-color css
<style>
span { border-color: #CFBD5C; }
span { border-color: rgb(207,189,92); }
td.TdClassName
{
border-color: #CFBD5C;
}
.TagClassName
{
border-color: #CFBD5C;
}
</style>