Shades of Tacha #CFB360
Tints of Tacha #CFB360
RGB
CMYK
RGB Variations
Color information
#CFB360 (or 0xCFB360) is known color: Tacha. HEX triplet: CF, B3 and 60. RGB value is (207,179,96). Sum of RGB (Red+Green+Blue) = 207+179+96=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB360 is #304C9F. Grayscale: #B2B2B2. Windows color (decimal): -3165344 or 6337487. OLE color: 6337487.
HSL color Cylindrical-coordinate representation of color #CFB360: hue angle of 44.86º 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 #CFB360 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 96 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.19 |
| HSL | 44.86º | 0.54% | 0.59% | - |
| HSV(B) | 44.86º | 0.54% | 0.81% | - |
| XYZ | 43.96 | 46.35 | 17.7 | - |
| YUV | 177.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 96 | 0 | 0.14 | 0.54 | 0.19 | 44.86 | 0.54 | 0.59 |
| Hex | CF | B3 | 60 | 0 | E | 36 | 13 | 2D | 36 | 3B |
| Octal | 317 | 263 | 140 | 0 | 16 | 66 | 23 | 55 | 66 | 73 |
| Binary | 11001111 | 10110011 | 1100000 | 0 | 1110 | 110110 | 10011 | 101101 | 110110 | 111011 |
Color Harmonies of #CFB360
Complementary color
Monochromatic Colors of #CFB360
Black with #CFB360
Text Example
Text Example
White with #CFB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB360; }
p { color: rgb(207,179,96); }
H1.HeaderClassName
{
color: #CFB360;
}
.AnyTagClassName
{
color: #CFB360;
}
</style>
background-color css
<style>
a { background-color: #CFB360; }
a { background-color: rgb(207,179,96); }
div.DivClassName
{
background-color: #CFB360;
}
.BgClassName
{
background-color: #CFB360;
}
</style>
border-color css
<style>
span { border-color: #CFB360; }
span { border-color: rgb(207,179,96); }
td.TdClassName
{
border-color: #CFB360;
}
.TagClassName
{
border-color: #CFB360;
}
</style>