Shades of Tacha #CFB75D
Tints of Tacha #CFB75D
RGB
CMYK
RGB Variations
Color information
#CFB75D (or 0xCFB75D) is known color: Tacha. HEX triplet: CF, B7 and 5D. RGB value is (207,183,93). Sum of RGB (Red+Green+Blue) = 207+183+93=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB75D is #3048A2. Grayscale: #B4B4B4. Windows color (decimal): -3164323 or 6141903. OLE color: 6141903.
HSL color Cylindrical-coordinate representation of color #CFB75D: hue angle of 47.37º 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 #CFB75D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 93 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.19 |
| HSL | 47.37º | 0.54% | 0.59% | - |
| HSV(B) | 47.37º | 0.55% | 0.81% | - |
| XYZ | 44.64 | 47.92 | 17.25 | - |
| YUV | 179.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 93 | 0 | 0.12 | 0.55 | 0.19 | 47.37 | 0.54 | 0.59 |
| Hex | CF | B7 | 5D | 0 | C | 37 | 13 | 2F | 36 | 3B |
| Octal | 317 | 267 | 135 | 0 | 14 | 67 | 23 | 57 | 66 | 73 |
| Binary | 11001111 | 10110111 | 1011101 | 0 | 1100 | 110111 | 10011 | 101111 | 110110 | 111011 |
Color Harmonies of #CFB75D
Complementary color
Monochromatic Colors of #CFB75D
Black with #CFB75D
Text Example
Text Example
White with #CFB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB75D; }
p { color: rgb(207,183,93); }
H1.HeaderClassName
{
color: #CFB75D;
}
.AnyTagClassName
{
color: #CFB75D;
}
</style>
background-color css
<style>
a { background-color: #CFB75D; }
a { background-color: rgb(207,183,93); }
div.DivClassName
{
background-color: #CFB75D;
}
.BgClassName
{
background-color: #CFB75D;
}
</style>
border-color css
<style>
span { border-color: #CFB75D; }
span { border-color: rgb(207,183,93); }
td.TdClassName
{
border-color: #CFB75D;
}
.TagClassName
{
border-color: #CFB75D;
}
</style>