Shades of Tacha #CFB55A
Tints of Tacha #CFB55A
RGB
CMYK
RGB Variations
Color information
#CFB55A (or 0xCFB55A) is known color: Tacha. HEX triplet: CF, B5 and 5A. RGB value is (207,181,90). Sum of RGB (Red+Green+Blue) = 207+181+90=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB55A is #304AA5. Grayscale: #B2B2B2. Windows color (decimal): -3164838 or 5944783. OLE color: 5944783.
HSL color Cylindrical-coordinate representation of color #CFB55A: hue angle of 46.67º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFB55A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 90 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.19 |
| HSL | 46.67º | 0.55% | 0.58% | - |
| HSV(B) | 46.67º | 0.57% | 0.81% | - |
| XYZ | 44.1 | 47.05 | 16.43 | - |
| YUV | 178.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 90 | 0 | 0.13 | 0.57 | 0.19 | 46.67 | 0.55 | 0.58 |
| Hex | CF | B5 | 5A | 0 | D | 39 | 13 | 2F | 37 | 3A |
| Octal | 317 | 265 | 132 | 0 | 15 | 71 | 23 | 57 | 67 | 72 |
| Binary | 11001111 | 10110101 | 1011010 | 0 | 1101 | 111001 | 10011 | 101111 | 110111 | 111010 |
Color Harmonies of #CFB55A
Complementary color
Monochromatic Colors of #CFB55A
Black with #CFB55A
Text Example
Text Example
White with #CFB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB55A; }
p { color: rgb(207,181,90); }
H1.HeaderClassName
{
color: #CFB55A;
}
.AnyTagClassName
{
color: #CFB55A;
}
</style>
background-color css
<style>
a { background-color: #CFB55A; }
a { background-color: rgb(207,181,90); }
div.DivClassName
{
background-color: #CFB55A;
}
.BgClassName
{
background-color: #CFB55A;
}
</style>
border-color css
<style>
span { border-color: #CFB55A; }
span { border-color: rgb(207,181,90); }
td.TdClassName
{
border-color: #CFB55A;
}
.TagClassName
{
border-color: #CFB55A;
}
</style>