Shades of Tacha #CFB65F
Tints of Tacha #CFB65F
RGB
CMYK
RGB Variations
Color information
#CFB65F (or 0xCFB65F) is known color: Tacha. HEX triplet: CF, B6 and 5F. RGB value is (207,182,95). Sum of RGB (Red+Green+Blue) = 207+182+95=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB65F is #3049A0. Grayscale: #B3B3B3. Windows color (decimal): -3164577 or 6272719. OLE color: 6272719.
HSL color Cylindrical-coordinate representation of color #CFB65F: hue angle of 46.61º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFB65F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 95 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.19 |
| HSL | 46.61º | 0.54% | 0.59% | - |
| HSV(B) | 46.61º | 0.54% | 0.81% | - |
| XYZ | 44.53 | 47.55 | 17.66 | - |
| YUV | 179.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 95 | 0 | 0.12 | 0.54 | 0.19 | 46.61 | 0.54 | 0.59 |
| Hex | CF | B6 | 5F | 0 | C | 36 | 13 | 2F | 36 | 3B |
| Octal | 317 | 266 | 137 | 0 | 14 | 66 | 23 | 57 | 66 | 73 |
| Binary | 11001111 | 10110110 | 1011111 | 0 | 1100 | 110110 | 10011 | 101111 | 110110 | 111011 |
Color Harmonies of #CFB65F
Complementary color
Monochromatic Colors of #CFB65F
Black with #CFB65F
Text Example
Text Example
White with #CFB65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB65F; }
p { color: rgb(207,182,95); }
H1.HeaderClassName
{
color: #CFB65F;
}
.AnyTagClassName
{
color: #CFB65F;
}
</style>
background-color css
<style>
a { background-color: #CFB65F; }
a { background-color: rgb(207,182,95); }
div.DivClassName
{
background-color: #CFB65F;
}
.BgClassName
{
background-color: #CFB65F;
}
</style>
border-color css
<style>
span { border-color: #CFB65F; }
span { border-color: rgb(207,182,95); }
td.TdClassName
{
border-color: #CFB65F;
}
.TagClassName
{
border-color: #CFB65F;
}
</style>