Shades of Tacha #CFB265
Tints of Tacha #CFB265
RGB
CMYK
RGB Variations
Color information
#CFB265 (or 0xCFB265) is known color: Tacha. HEX triplet: CF, B2 and 65. RGB value is (207,178,101). Sum of RGB (Red+Green+Blue) = 207+178+101=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB265 is #304D9A. Grayscale: #B2B2B2. Windows color (decimal): -3165595 or 6664911. OLE color: 6664911.
HSL color Cylindrical-coordinate representation of color #CFB265: hue angle of 43.58º 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 #CFB265 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 101 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.19 |
| HSL | 43.58º | 0.52% | 0.6% | - |
| HSV(B) | 43.58º | 0.51% | 0.81% | - |
| XYZ | 44 | 46.05 | 18.88 | - |
| YUV | 177.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 101 | 0 | 0.14 | 0.51 | 0.19 | 43.58 | 0.52 | 0.6 |
| Hex | CF | B2 | 65 | 0 | E | 33 | 13 | 2C | 34 | 3C |
| Octal | 317 | 262 | 145 | 0 | 16 | 63 | 23 | 54 | 64 | 74 |
| Binary | 11001111 | 10110010 | 1100101 | 0 | 1110 | 110011 | 10011 | 101100 | 110100 | 111100 |
Color Harmonies of #CFB265
Complementary color
Monochromatic Colors of #CFB265
Black with #CFB265
Text Example
Text Example
White with #CFB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB265; }
p { color: rgb(207,178,101); }
H1.HeaderClassName
{
color: #CFB265;
}
.AnyTagClassName
{
color: #CFB265;
}
</style>
background-color css
<style>
a { background-color: #CFB265; }
a { background-color: rgb(207,178,101); }
div.DivClassName
{
background-color: #CFB265;
}
.BgClassName
{
background-color: #CFB265;
}
</style>
border-color css
<style>
span { border-color: #CFB265; }
span { border-color: rgb(207,178,101); }
td.TdClassName
{
border-color: #CFB265;
}
.TagClassName
{
border-color: #CFB265;
}
</style>