Shades of Tacha #CFB765
Tints of Tacha #CFB765
RGB
CMYK
RGB Variations
Color information
#CFB765 (or 0xCFB765) is known color: Tacha. HEX triplet: CF, B7 and 65. RGB value is (207,183,101). Sum of RGB (Red+Green+Blue) = 207+183+101=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB765 is #30489A. Grayscale: #B5B5B5. Windows color (decimal): -3164315 or 6666191. OLE color: 6666191.
HSL color Cylindrical-coordinate representation of color #CFB765: hue angle of 46.42º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFB765 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 101 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.19 |
| HSL | 46.42º | 0.52% | 0.6% | - |
| HSV(B) | 46.42º | 0.51% | 0.81% | - |
| XYZ | 45.01 | 48.07 | 19.22 | - |
| YUV | 180.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 101 | 0 | 0.12 | 0.51 | 0.19 | 46.42 | 0.52 | 0.6 |
| Hex | CF | B7 | 65 | 0 | C | 33 | 13 | 2E | 34 | 3C |
| Octal | 317 | 267 | 145 | 0 | 14 | 63 | 23 | 56 | 64 | 74 |
| Binary | 11001111 | 10110111 | 1100101 | 0 | 1100 | 110011 | 10011 | 101110 | 110100 | 111100 |
Color Harmonies of #CFB765
Complementary color
Monochromatic Colors of #CFB765
Black with #CFB765
Text Example
Text Example
White with #CFB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB765; }
p { color: rgb(207,183,101); }
H1.HeaderClassName
{
color: #CFB765;
}
.AnyTagClassName
{
color: #CFB765;
}
</style>
background-color css
<style>
a { background-color: #CFB765; }
a { background-color: rgb(207,183,101); }
div.DivClassName
{
background-color: #CFB765;
}
.BgClassName
{
background-color: #CFB765;
}
</style>
border-color css
<style>
span { border-color: #CFB765; }
span { border-color: rgb(207,183,101); }
td.TdClassName
{
border-color: #CFB765;
}
.TagClassName
{
border-color: #CFB765;
}
</style>