Shades of Tacha #CFBB5D
Tints of Tacha #CFBB5D
RGB
CMYK
RGB Variations
Color information
#CFBB5D (or 0xCFBB5D) is known color: Tacha. HEX triplet: CF, BB and 5D. RGB value is (207,187,93). Sum of RGB (Red+Green+Blue) = 207+187+93=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB5D is #3044A2. Grayscale: #B6B6B6. Windows color (decimal): -3163299 or 6142927. OLE color: 6142927.
HSL color Cylindrical-coordinate representation of color #CFBB5D: hue angle of 49.47º 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 #CFBB5D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 93 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.19 |
| HSL | 49.47º | 0.54% | 0.59% | - |
| HSV(B) | 49.47º | 0.55% | 0.81% | - |
| XYZ | 45.48 | 49.6 | 17.53 | - |
| YUV | 182.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 93 | 0 | 0.10 | 0.55 | 0.19 | 49.47 | 0.54 | 0.59 |
| Hex | CF | BB | 5D | 0 | A | 37 | 13 | 31 | 36 | 3B |
| Octal | 317 | 273 | 135 | 0 | 12 | 67 | 23 | 61 | 66 | 73 |
| Binary | 11001111 | 10111011 | 1011101 | 0 | 1010 | 110111 | 10011 | 110001 | 110110 | 111011 |
Color Harmonies of #CFBB5D
Complementary color
Monochromatic Colors of #CFBB5D
Black with #CFBB5D
Text Example
Text Example
White with #CFBB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB5D; }
p { color: rgb(207,187,93); }
H1.HeaderClassName
{
color: #CFBB5D;
}
.AnyTagClassName
{
color: #CFBB5D;
}
</style>
background-color css
<style>
a { background-color: #CFBB5D; }
a { background-color: rgb(207,187,93); }
div.DivClassName
{
background-color: #CFBB5D;
}
.BgClassName
{
background-color: #CFBB5D;
}
</style>
border-color css
<style>
span { border-color: #CFBB5D; }
span { border-color: rgb(207,187,93); }
td.TdClassName
{
border-color: #CFBB5D;
}
.TagClassName
{
border-color: #CFBB5D;
}
</style>