Shades of Tacha #CFB165
Tints of Tacha #CFB165
RGB
CMYK
RGB Variations
Color information
#CFB165 (or 0xCFB165) is known color: Tacha. HEX triplet: CF, B1 and 65. RGB value is (207,177,101). Sum of RGB (Red+Green+Blue) = 207+177+101=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB165 is #304E9A. Grayscale: #B1B1B1. Windows color (decimal): -3165851 or 6664655. OLE color: 6664655.
HSL color Cylindrical-coordinate representation of color #CFB165: hue angle of 43.02º 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 #CFB165 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 101 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.19 |
| HSL | 43.02º | 0.52% | 0.6% | - |
| HSV(B) | 43.02º | 0.51% | 0.81% | - |
| XYZ | 43.8 | 45.65 | 18.81 | - |
| YUV | 177.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 101 | 0 | 0.14 | 0.51 | 0.19 | 43.02 | 0.52 | 0.6 |
| Hex | CF | B1 | 65 | 0 | E | 33 | 13 | 2B | 34 | 3C |
| Octal | 317 | 261 | 145 | 0 | 16 | 63 | 23 | 53 | 64 | 74 |
| Binary | 11001111 | 10110001 | 1100101 | 0 | 1110 | 110011 | 10011 | 101011 | 110100 | 111100 |
Color Harmonies of #CFB165
Complementary color
Monochromatic Colors of #CFB165
Black with #CFB165
Text Example
Text Example
White with #CFB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB165; }
p { color: rgb(207,177,101); }
H1.HeaderClassName
{
color: #CFB165;
}
.AnyTagClassName
{
color: #CFB165;
}
</style>
background-color css
<style>
a { background-color: #CFB165; }
a { background-color: rgb(207,177,101); }
div.DivClassName
{
background-color: #CFB165;
}
.BgClassName
{
background-color: #CFB165;
}
</style>
border-color css
<style>
span { border-color: #CFB165; }
span { border-color: rgb(207,177,101); }
td.TdClassName
{
border-color: #CFB165;
}
.TagClassName
{
border-color: #CFB165;
}
</style>