Shades of Tacha #CFB85F
Tints of Tacha #CFB85F
RGB
CMYK
RGB Variations
Color information
#CFB85F (or 0xCFB85F) is known color: Tacha. HEX triplet: CF, B8 and 5F. RGB value is (207,184,95). Sum of RGB (Red+Green+Blue) = 207+184+95=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB85F is #3047A0. Grayscale: #B5B5B5. Windows color (decimal): -3164065 or 6273231. OLE color: 6273231.
HSL color Cylindrical-coordinate representation of color #CFB85F: hue angle of 47.68º 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 #CFB85F is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 95 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.19 |
| HSL | 47.68º | 0.54% | 0.59% | - |
| HSV(B) | 47.68º | 0.54% | 0.81% | - |
| XYZ | 44.94 | 48.37 | 17.79 | - |
| YUV | 180.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 95 | 0 | 0.11 | 0.54 | 0.19 | 47.68 | 0.54 | 0.59 |
| Hex | CF | B8 | 5F | 0 | B | 36 | 13 | 30 | 36 | 3B |
| Octal | 317 | 270 | 137 | 0 | 13 | 66 | 23 | 60 | 66 | 73 |
| Binary | 11001111 | 10111000 | 1011111 | 0 | 1011 | 110110 | 10011 | 110000 | 110110 | 111011 |
Color Harmonies of #CFB85F
Complementary color
Monochromatic Colors of #CFB85F
Black with #CFB85F
Text Example
Text Example
White with #CFB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB85F; }
p { color: rgb(207,184,95); }
H1.HeaderClassName
{
color: #CFB85F;
}
.AnyTagClassName
{
color: #CFB85F;
}
</style>
background-color css
<style>
a { background-color: #CFB85F; }
a { background-color: rgb(207,184,95); }
div.DivClassName
{
background-color: #CFB85F;
}
.BgClassName
{
background-color: #CFB85F;
}
</style>
border-color css
<style>
span { border-color: #CFB85F; }
span { border-color: rgb(207,184,95); }
td.TdClassName
{
border-color: #CFB85F;
}
.TagClassName
{
border-color: #CFB85F;
}
</style>