Shades of Tacha #CFB855
Tints of Tacha #CFB855
RGB
CMYK
RGB Variations
Color information
#CFB855 (or 0xCFB855) is known color: Tacha. HEX triplet: CF, B8 and 55. RGB value is (207,184,85). Sum of RGB (Red+Green+Blue) = 207+184+85=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB855 is #3047AA. Grayscale: #B4B4B4. Windows color (decimal): -3164075 or 5617871. OLE color: 5617871.
HSL color Cylindrical-coordinate representation of color #CFB855: hue angle of 48.69º 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 #CFB855 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 85 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.19 |
| HSL | 48.69º | 0.56% | 0.57% | - |
| HSV(B) | 48.69º | 0.59% | 0.81% | - |
| XYZ | 44.51 | 48.2 | 15.55 | - |
| YUV | 179.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 85 | 0 | 0.11 | 0.59 | 0.19 | 48.69 | 0.56 | 0.57 |
| Hex | CF | B8 | 55 | 0 | B | 3B | 13 | 31 | 38 | 39 |
| Octal | 317 | 270 | 125 | 0 | 13 | 73 | 23 | 61 | 70 | 71 |
| Binary | 11001111 | 10111000 | 1010101 | 0 | 1011 | 111011 | 10011 | 110001 | 111000 | 111001 |
Color Harmonies of #CFB855
Complementary color
Monochromatic Colors of #CFB855
Black with #CFB855
Text Example
Text Example
White with #CFB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB855; }
p { color: rgb(207,184,85); }
H1.HeaderClassName
{
color: #CFB855;
}
.AnyTagClassName
{
color: #CFB855;
}
</style>
background-color css
<style>
a { background-color: #CFB855; }
a { background-color: rgb(207,184,85); }
div.DivClassName
{
background-color: #CFB855;
}
.BgClassName
{
background-color: #CFB855;
}
</style>
border-color css
<style>
span { border-color: #CFB855; }
span { border-color: rgb(207,184,85); }
td.TdClassName
{
border-color: #CFB855;
}
.TagClassName
{
border-color: #CFB855;
}
</style>