Shades of Tacha #CFB851
Tints of Tacha #CFB851
RGB
CMYK
RGB Variations
Color information
#CFB851 (or 0xCFB851) is known color: Tacha. HEX triplet: CF, B8 and 51. RGB value is (207,184,81). Sum of RGB (Red+Green+Blue) = 207+184+81=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB851 is #3047AE. Grayscale: #B3B3B3. Windows color (decimal): -3164079 or 5355727. OLE color: 5355727.
HSL color Cylindrical-coordinate representation of color #CFB851: hue angle of 49.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFB851 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 81 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.19 |
| HSL | 49.05º | 0.57% | 0.56% | - |
| HSV(B) | 49.05º | 0.61% | 0.81% | - |
| XYZ | 44.36 | 48.14 | 14.74 | - |
| YUV | 179.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 81 | 0 | 0.11 | 0.61 | 0.19 | 49.05 | 0.57 | 0.56 |
| Hex | CF | B8 | 51 | 0 | B | 3D | 13 | 31 | 39 | 38 |
| Octal | 317 | 270 | 121 | 0 | 13 | 75 | 23 | 61 | 71 | 70 |
| Binary | 11001111 | 10111000 | 1010001 | 0 | 1011 | 111101 | 10011 | 110001 | 111001 | 111000 |
Color Harmonies of #CFB851
Complementary color
Monochromatic Colors of #CFB851
Black with #CFB851
Text Example
Text Example
White with #CFB851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB851; }
p { color: rgb(207,184,81); }
H1.HeaderClassName
{
color: #CFB851;
}
.AnyTagClassName
{
color: #CFB851;
}
</style>
background-color css
<style>
a { background-color: #CFB851; }
a { background-color: rgb(207,184,81); }
div.DivClassName
{
background-color: #CFB851;
}
.BgClassName
{
background-color: #CFB851;
}
</style>
border-color css
<style>
span { border-color: #CFB851; }
span { border-color: rgb(207,184,81); }
td.TdClassName
{
border-color: #CFB851;
}
.TagClassName
{
border-color: #CFB851;
}
</style>