Shades of Tacha #CFBD50
Tints of Tacha #CFBD50
RGB
CMYK
RGB Variations
Color information
#CFBD50 (or 0xCFBD50) is known color: Tacha. HEX triplet: CF, BD and 50. RGB value is (207,189,80). Sum of RGB (Red+Green+Blue) = 207+189+80=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD50 is #3042AF. Grayscale: #B6B6B6. Windows color (decimal): -3162800 or 5291471. OLE color: 5291471.
HSL color Cylindrical-coordinate representation of color #CFBD50: hue angle of 51.5º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFBD50 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 80 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.19 |
| HSL | 51.5º | 0.57% | 0.56% | - |
| HSV(B) | 51.5º | 0.61% | 0.81% | - |
| XYZ | 45.38 | 50.24 | 14.9 | - |
| YUV | 181.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 80 | 0 | 0.09 | 0.61 | 0.19 | 51.5 | 0.57 | 0.56 |
| Hex | CF | BD | 50 | 0 | 9 | 3D | 13 | 33 | 39 | 38 |
| Octal | 317 | 275 | 120 | 0 | 11 | 75 | 23 | 63 | 71 | 70 |
| Binary | 11001111 | 10111101 | 1010000 | 0 | 1001 | 111101 | 10011 | 110011 | 111001 | 111000 |
Color Harmonies of #CFBD50
Complementary color
Monochromatic Colors of #CFBD50
Black with #CFBD50
Text Example
Text Example
White with #CFBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD50; }
p { color: rgb(207,189,80); }
H1.HeaderClassName
{
color: #CFBD50;
}
.AnyTagClassName
{
color: #CFBD50;
}
</style>
background-color css
<style>
a { background-color: #CFBD50; }
a { background-color: rgb(207,189,80); }
div.DivClassName
{
background-color: #CFBD50;
}
.BgClassName
{
background-color: #CFBD50;
}
</style>
border-color css
<style>
span { border-color: #CFBD50; }
span { border-color: rgb(207,189,80); }
td.TdClassName
{
border-color: #CFBD50;
}
.TagClassName
{
border-color: #CFBD50;
}
</style>