Shades of Tacha #CFBB55
Tints of Tacha #CFBB55
RGB
CMYK
RGB Variations
Color information
#CFBB55 (or 0xCFBB55) is known color: Tacha. HEX triplet: CF, BB and 55. RGB value is (207,187,85). Sum of RGB (Red+Green+Blue) = 207+187+85=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB55 is #3044AA. Grayscale: #B5B5B5. Windows color (decimal): -3163307 or 5618639. OLE color: 5618639.
HSL color Cylindrical-coordinate representation of color #CFBB55: hue angle of 50.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFBB55 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 85 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.19 |
| HSL | 50.16º | 0.56% | 0.57% | - |
| HSV(B) | 50.16º | 0.59% | 0.81% | - |
| XYZ | 45.14 | 49.46 | 15.76 | - |
| YUV | 181.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 85 | 0 | 0.10 | 0.59 | 0.19 | 50.16 | 0.56 | 0.57 |
| Hex | CF | BB | 55 | 0 | A | 3B | 13 | 32 | 38 | 39 |
| Octal | 317 | 273 | 125 | 0 | 12 | 73 | 23 | 62 | 70 | 71 |
| Binary | 11001111 | 10111011 | 1010101 | 0 | 1010 | 111011 | 10011 | 110010 | 111000 | 111001 |
Color Harmonies of #CFBB55
Complementary color
Monochromatic Colors of #CFBB55
Black with #CFBB55
Text Example
Text Example
White with #CFBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB55; }
p { color: rgb(207,187,85); }
H1.HeaderClassName
{
color: #CFBB55;
}
.AnyTagClassName
{
color: #CFBB55;
}
</style>
background-color css
<style>
a { background-color: #CFBB55; }
a { background-color: rgb(207,187,85); }
div.DivClassName
{
background-color: #CFBB55;
}
.BgClassName
{
background-color: #CFBB55;
}
</style>
border-color css
<style>
span { border-color: #CFBB55; }
span { border-color: rgb(207,187,85); }
td.TdClassName
{
border-color: #CFBB55;
}
.TagClassName
{
border-color: #CFBB55;
}
</style>