Shades of Tacha #CFBE5D
Tints of Tacha #CFBE5D
RGB
CMYK
RGB Variations
Color information
#CFBE5D (or 0xCFBE5D) is known color: Tacha. HEX triplet: CF, BE and 5D. RGB value is (207,190,93). Sum of RGB (Red+Green+Blue) = 207+190+93=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE5D is #3041A2. Grayscale: #B8B8B8. Windows color (decimal): -3162531 or 6143695. OLE color: 6143695.
HSL color Cylindrical-coordinate representation of color #CFBE5D: hue angle of 51.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFBE5D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 93 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.19 |
| HSL | 51.05º | 0.54% | 0.59% | - |
| HSV(B) | 51.05º | 0.55% | 0.81% | - |
| XYZ | 46.12 | 50.88 | 17.75 | - |
| YUV | 184.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 93 | 0 | 0.08 | 0.55 | 0.19 | 51.05 | 0.54 | 0.59 |
| Hex | CF | BE | 5D | 0 | 8 | 37 | 13 | 33 | 36 | 3B |
| Octal | 317 | 276 | 135 | 0 | 10 | 67 | 23 | 63 | 66 | 73 |
| Binary | 11001111 | 10111110 | 1011101 | 0 | 1000 | 110111 | 10011 | 110011 | 110110 | 111011 |
Color Harmonies of #CFBE5D
Complementary color
Monochromatic Colors of #CFBE5D
Black with #CFBE5D
Text Example
Text Example
White with #CFBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE5D; }
p { color: rgb(207,190,93); }
H1.HeaderClassName
{
color: #CFBE5D;
}
.AnyTagClassName
{
color: #CFBE5D;
}
</style>
background-color css
<style>
a { background-color: #CFBE5D; }
a { background-color: rgb(207,190,93); }
div.DivClassName
{
background-color: #CFBE5D;
}
.BgClassName
{
background-color: #CFBE5D;
}
</style>
border-color css
<style>
span { border-color: #CFBE5D; }
span { border-color: rgb(207,190,93); }
td.TdClassName
{
border-color: #CFBE5D;
}
.TagClassName
{
border-color: #CFBE5D;
}
</style>