Shades of Tacha #CFB55D
Tints of Tacha #CFB55D
RGB
CMYK
RGB Variations
Color information
#CFB55D (or 0xCFB55D) is known color: Tacha. HEX triplet: CF, B5 and 5D. RGB value is (207,181,93). Sum of RGB (Red+Green+Blue) = 207+181+93=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB55D is #304AA2. Grayscale: #B3B3B3. Windows color (decimal): -3164835 or 6141391. OLE color: 6141391.
HSL color Cylindrical-coordinate representation of color #CFB55D: hue angle of 46.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFB55D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 93 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.19 |
| HSL | 46.32º | 0.54% | 0.59% | - |
| HSV(B) | 46.32º | 0.55% | 0.81% | - |
| XYZ | 44.23 | 47.1 | 17.12 | - |
| YUV | 178.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 93 | 0 | 0.13 | 0.55 | 0.19 | 46.32 | 0.54 | 0.59 |
| Hex | CF | B5 | 5D | 0 | D | 37 | 13 | 2E | 36 | 3B |
| Octal | 317 | 265 | 135 | 0 | 15 | 67 | 23 | 56 | 66 | 73 |
| Binary | 11001111 | 10110101 | 1011101 | 0 | 1101 | 110111 | 10011 | 101110 | 110110 | 111011 |
Color Harmonies of #CFB55D
Complementary color
Monochromatic Colors of #CFB55D
Black with #CFB55D
Text Example
Text Example
White with #CFB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB55D; }
p { color: rgb(207,181,93); }
H1.HeaderClassName
{
color: #CFB55D;
}
.AnyTagClassName
{
color: #CFB55D;
}
</style>
background-color css
<style>
a { background-color: #CFB55D; }
a { background-color: rgb(207,181,93); }
div.DivClassName
{
background-color: #CFB55D;
}
.BgClassName
{
background-color: #CFB55D;
}
</style>
border-color css
<style>
span { border-color: #CFB55D; }
span { border-color: rgb(207,181,93); }
td.TdClassName
{
border-color: #CFB55D;
}
.TagClassName
{
border-color: #CFB55D;
}
</style>