Shades of Tacha #CFB657
Tints of Tacha #CFB657
RGB
CMYK
RGB Variations
Color information
#CFB657 (or 0xCFB657) is known color: Tacha. HEX triplet: CF, B6 and 57. RGB value is (207,182,87). Sum of RGB (Red+Green+Blue) = 207+182+87=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB657 is #3049A8. Grayscale: #B3B3B3. Windows color (decimal): -3164585 or 5748431. OLE color: 5748431.
HSL color Cylindrical-coordinate representation of color #CFB657: hue angle of 47.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 #CFB657 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 87 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.19 |
| HSL | 47.5º | 0.56% | 0.58% | - |
| HSV(B) | 47.5º | 0.58% | 0.81% | - |
| XYZ | 44.18 | 47.41 | 15.84 | - |
| YUV | 178.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 87 | 0 | 0.12 | 0.58 | 0.19 | 47.5 | 0.56 | 0.58 |
| Hex | CF | B6 | 57 | 0 | C | 3A | 13 | 30 | 38 | 3A |
| Octal | 317 | 266 | 127 | 0 | 14 | 72 | 23 | 60 | 70 | 72 |
| Binary | 11001111 | 10110110 | 1010111 | 0 | 1100 | 111010 | 10011 | 110000 | 111000 | 111010 |
Color Harmonies of #CFB657
Complementary color
Monochromatic Colors of #CFB657
Black with #CFB657
Text Example
Text Example
White with #CFB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB657; }
p { color: rgb(207,182,87); }
H1.HeaderClassName
{
color: #CFB657;
}
.AnyTagClassName
{
color: #CFB657;
}
</style>
background-color css
<style>
a { background-color: #CFB657; }
a { background-color: rgb(207,182,87); }
div.DivClassName
{
background-color: #CFB657;
}
.BgClassName
{
background-color: #CFB657;
}
</style>
border-color css
<style>
span { border-color: #CFB657; }
span { border-color: rgb(207,182,87); }
td.TdClassName
{
border-color: #CFB657;
}
.TagClassName
{
border-color: #CFB657;
}
</style>