Shades of Tacha #CFB857
Tints of Tacha #CFB857
RGB
CMYK
RGB Variations
Color information
#CFB857 (or 0xCFB857) is known color: Tacha. HEX triplet: CF, B8 and 57. RGB value is (207,184,87). Sum of RGB (Red+Green+Blue) = 207+184+87=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB857 is #3047A8. Grayscale: #B4B4B4. Windows color (decimal): -3164073 or 5748943. OLE color: 5748943.
HSL color Cylindrical-coordinate representation of color #CFB857: hue angle of 48.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFB857 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 87 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.19 |
| HSL | 48.5º | 0.56% | 0.58% | - |
| HSV(B) | 48.5º | 0.58% | 0.81% | - |
| XYZ | 44.59 | 48.23 | 15.98 | - |
| YUV | 179.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 87 | 0 | 0.11 | 0.58 | 0.19 | 48.5 | 0.56 | 0.58 |
| Hex | CF | B8 | 57 | 0 | B | 3A | 13 | 30 | 38 | 3A |
| Octal | 317 | 270 | 127 | 0 | 13 | 72 | 23 | 60 | 70 | 72 |
| Binary | 11001111 | 10111000 | 1010111 | 0 | 1011 | 111010 | 10011 | 110000 | 111000 | 111010 |
Color Harmonies of #CFB857
Complementary color
Monochromatic Colors of #CFB857
Black with #CFB857
Text Example
Text Example
White with #CFB857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB857; }
p { color: rgb(207,184,87); }
H1.HeaderClassName
{
color: #CFB857;
}
.AnyTagClassName
{
color: #CFB857;
}
</style>
background-color css
<style>
a { background-color: #CFB857; }
a { background-color: rgb(207,184,87); }
div.DivClassName
{
background-color: #CFB857;
}
.BgClassName
{
background-color: #CFB857;
}
</style>
border-color css
<style>
span { border-color: #CFB857; }
span { border-color: rgb(207,184,87); }
td.TdClassName
{
border-color: #CFB857;
}
.TagClassName
{
border-color: #CFB857;
}
</style>