Shades of Tacha #CFB355
Tints of Tacha #CFB355
RGB
CMYK
RGB Variations
Color information
#CFB355 (or 0xCFB355) is known color: Tacha. HEX triplet: CF, B3 and 55. RGB value is (207,179,85). Sum of RGB (Red+Green+Blue) = 207+179+85=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB355 is #304CAA. Grayscale: #B1B1B1. Windows color (decimal): -3165355 or 5616591. OLE color: 5616591.
HSL color Cylindrical-coordinate representation of color #CFB355: hue angle of 46.23º 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 #CFB355 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 85 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.19 |
| HSL | 46.23º | 0.56% | 0.57% | - |
| HSV(B) | 46.23º | 0.59% | 0.81% | - |
| XYZ | 43.49 | 46.16 | 15.21 | - |
| YUV | 176.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 85 | 0 | 0.14 | 0.59 | 0.19 | 46.23 | 0.56 | 0.57 |
| Hex | CF | B3 | 55 | 0 | E | 3B | 13 | 2E | 38 | 39 |
| Octal | 317 | 263 | 125 | 0 | 16 | 73 | 23 | 56 | 70 | 71 |
| Binary | 11001111 | 10110011 | 1010101 | 0 | 1110 | 111011 | 10011 | 101110 | 111000 | 111001 |
Color Harmonies of #CFB355
Complementary color
Monochromatic Colors of #CFB355
Black with #CFB355
Text Example
Text Example
White with #CFB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB355; }
p { color: rgb(207,179,85); }
H1.HeaderClassName
{
color: #CFB355;
}
.AnyTagClassName
{
color: #CFB355;
}
</style>
background-color css
<style>
a { background-color: #CFB355; }
a { background-color: rgb(207,179,85); }
div.DivClassName
{
background-color: #CFB355;
}
.BgClassName
{
background-color: #CFB355;
}
</style>
border-color css
<style>
span { border-color: #CFB355; }
span { border-color: rgb(207,179,85); }
td.TdClassName
{
border-color: #CFB355;
}
.TagClassName
{
border-color: #CFB355;
}
</style>