Shades of Tacha #CFB953
Tints of Tacha #CFB953
RGB
CMYK
RGB Variations
Color information
#CFB953 (or 0xCFB953) is known color: Tacha. HEX triplet: CF, B9 and 53. RGB value is (207,185,83). Sum of RGB (Red+Green+Blue) = 207+185+83=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB953 is #3046AC. Grayscale: #B4B4B4. Windows color (decimal): -3163821 or 5487055. OLE color: 5487055.
HSL color Cylindrical-coordinate representation of color #CFB953: hue angle of 49.35º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFB953 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 83 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.19 |
| HSL | 49.35º | 0.56% | 0.57% | - |
| HSV(B) | 49.35º | 0.6% | 0.81% | - |
| XYZ | 44.64 | 48.59 | 15.21 | - |
| YUV | 179.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 83 | 0 | 0.11 | 0.60 | 0.19 | 49.35 | 0.56 | 0.57 |
| Hex | CF | B9 | 53 | 0 | B | 3C | 13 | 31 | 38 | 39 |
| Octal | 317 | 271 | 123 | 0 | 13 | 74 | 23 | 61 | 70 | 71 |
| Binary | 11001111 | 10111001 | 1010011 | 0 | 1011 | 111100 | 10011 | 110001 | 111000 | 111001 |
Color Harmonies of #CFB953
Complementary color
Monochromatic Colors of #CFB953
Black with #CFB953
Text Example
Text Example
White with #CFB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB953; }
p { color: rgb(207,185,83); }
H1.HeaderClassName
{
color: #CFB953;
}
.AnyTagClassName
{
color: #CFB953;
}
</style>
background-color css
<style>
a { background-color: #CFB953; }
a { background-color: rgb(207,185,83); }
div.DivClassName
{
background-color: #CFB953;
}
.BgClassName
{
background-color: #CFB953;
}
</style>
border-color css
<style>
span { border-color: #CFB953; }
span { border-color: rgb(207,185,83); }
td.TdClassName
{
border-color: #CFB953;
}
.TagClassName
{
border-color: #CFB953;
}
</style>