Shades of Tacha #CFB460
Tints of Tacha #CFB460
RGB
CMYK
RGB Variations
Color information
#CFB460 (or 0xCFB460) is known color: Tacha. HEX triplet: CF, B4 and 60. RGB value is (207,180,96). Sum of RGB (Red+Green+Blue) = 207+180+96=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB460 is #304B9F. Grayscale: #B2B2B2. Windows color (decimal): -3165088 or 6337743. OLE color: 6337743.
HSL color Cylindrical-coordinate representation of color #CFB460: hue angle of 45.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFB460 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 96 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.19 |
| HSL | 45.41º | 0.54% | 0.59% | - |
| HSV(B) | 45.41º | 0.54% | 0.81% | - |
| XYZ | 44.16 | 46.75 | 17.76 | - |
| YUV | 178.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 96 | 0 | 0.13 | 0.54 | 0.19 | 45.41 | 0.54 | 0.59 |
| Hex | CF | B4 | 60 | 0 | D | 36 | 13 | 2D | 36 | 3B |
| Octal | 317 | 264 | 140 | 0 | 15 | 66 | 23 | 55 | 66 | 73 |
| Binary | 11001111 | 10110100 | 1100000 | 0 | 1101 | 110110 | 10011 | 101101 | 110110 | 111011 |
Color Harmonies of #CFB460
Complementary color
Monochromatic Colors of #CFB460
Black with #CFB460
Text Example
Text Example
White with #CFB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB460; }
p { color: rgb(207,180,96); }
H1.HeaderClassName
{
color: #CFB460;
}
.AnyTagClassName
{
color: #CFB460;
}
</style>
background-color css
<style>
a { background-color: #CFB460; }
a { background-color: rgb(207,180,96); }
div.DivClassName
{
background-color: #CFB460;
}
.BgClassName
{
background-color: #CFB460;
}
</style>
border-color css
<style>
span { border-color: #CFB460; }
span { border-color: rgb(207,180,96); }
td.TdClassName
{
border-color: #CFB460;
}
.TagClassName
{
border-color: #CFB460;
}
</style>