Shades of Tacha #CFB75A
Tints of Tacha #CFB75A
RGB
CMYK
RGB Variations
Color information
#CFB75A (or 0xCFB75A) is known color: Tacha. HEX triplet: CF, B7 and 5A. RGB value is (207,183,90). Sum of RGB (Red+Green+Blue) = 207+183+90=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB75A is #3048A5. Grayscale: #B3B3B3. Windows color (decimal): -3164326 or 5945295. OLE color: 5945295.
HSL color Cylindrical-coordinate representation of color #CFB75A: hue angle of 47.69º 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 #CFB75A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 90 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.19 |
| HSL | 47.69º | 0.55% | 0.58% | - |
| HSV(B) | 47.69º | 0.57% | 0.81% | - |
| XYZ | 44.51 | 47.87 | 16.57 | - |
| YUV | 179.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 90 | 0 | 0.12 | 0.57 | 0.19 | 47.69 | 0.55 | 0.58 |
| Hex | CF | B7 | 5A | 0 | C | 39 | 13 | 30 | 37 | 3A |
| Octal | 317 | 267 | 132 | 0 | 14 | 71 | 23 | 60 | 67 | 72 |
| Binary | 11001111 | 10110111 | 1011010 | 0 | 1100 | 111001 | 10011 | 110000 | 110111 | 111010 |
Color Harmonies of #CFB75A
Complementary color
Monochromatic Colors of #CFB75A
Black with #CFB75A
Text Example
Text Example
White with #CFB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB75A; }
p { color: rgb(207,183,90); }
H1.HeaderClassName
{
color: #CFB75A;
}
.AnyTagClassName
{
color: #CFB75A;
}
</style>
background-color css
<style>
a { background-color: #CFB75A; }
a { background-color: rgb(207,183,90); }
div.DivClassName
{
background-color: #CFB75A;
}
.BgClassName
{
background-color: #CFB75A;
}
</style>
border-color css
<style>
span { border-color: #CFB75A; }
span { border-color: rgb(207,183,90); }
td.TdClassName
{
border-color: #CFB75A;
}
.TagClassName
{
border-color: #CFB75A;
}
</style>