Shades of Tacha #CFBB53
Tints of Tacha #CFBB53
RGB
CMYK
RGB Variations
Color information
#CFBB53 (or 0xCFBB53) is known color: Tacha. HEX triplet: CF, BB and 53. RGB value is (207,187,83). Sum of RGB (Red+Green+Blue) = 207+187+83=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB53 is #3044AC. Grayscale: #B5B5B5. Windows color (decimal): -3163309 or 5487567. OLE color: 5487567.
HSL color Cylindrical-coordinate representation of color #CFBB53: hue angle of 50.32º 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 #CFBB53 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 83 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.19 |
| HSL | 50.32º | 0.56% | 0.57% | - |
| HSV(B) | 50.32º | 0.6% | 0.81% | - |
| XYZ | 45.06 | 49.43 | 15.35 | - |
| YUV | 181.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 83 | 0 | 0.10 | 0.60 | 0.19 | 50.32 | 0.56 | 0.57 |
| Hex | CF | BB | 53 | 0 | A | 3C | 13 | 32 | 38 | 39 |
| Octal | 317 | 273 | 123 | 0 | 12 | 74 | 23 | 62 | 70 | 71 |
| Binary | 11001111 | 10111011 | 1010011 | 0 | 1010 | 111100 | 10011 | 110010 | 111000 | 111001 |
Color Harmonies of #CFBB53
Complementary color
Monochromatic Colors of #CFBB53
Black with #CFBB53
Text Example
Text Example
White with #CFBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB53; }
p { color: rgb(207,187,83); }
H1.HeaderClassName
{
color: #CFBB53;
}
.AnyTagClassName
{
color: #CFBB53;
}
</style>
background-color css
<style>
a { background-color: #CFBB53; }
a { background-color: rgb(207,187,83); }
div.DivClassName
{
background-color: #CFBB53;
}
.BgClassName
{
background-color: #CFBB53;
}
</style>
border-color css
<style>
span { border-color: #CFBB53; }
span { border-color: rgb(207,187,83); }
td.TdClassName
{
border-color: #CFBB53;
}
.TagClassName
{
border-color: #CFBB53;
}
</style>