Shades of Tacha #CFB25F
Tints of Tacha #CFB25F
RGB
CMYK
RGB Variations
Color information
#CFB25F (or 0xCFB25F) is known color: Tacha. HEX triplet: CF, B2 and 5F. RGB value is (207,178,95). Sum of RGB (Red+Green+Blue) = 207+178+95=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB25F is #304DA0. Grayscale: #B1B1B1. Windows color (decimal): -3165601 or 6271695. OLE color: 6271695.
HSL color Cylindrical-coordinate representation of color #CFB25F: hue angle of 44.46º 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 #CFB25F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 95 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.19 |
| HSL | 44.46º | 0.54% | 0.59% | - |
| HSV(B) | 44.46º | 0.54% | 0.81% | - |
| XYZ | 43.72 | 45.93 | 17.39 | - |
| YUV | 177.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 95 | 0 | 0.14 | 0.54 | 0.19 | 44.46 | 0.54 | 0.59 |
| Hex | CF | B2 | 5F | 0 | E | 36 | 13 | 2C | 36 | 3B |
| Octal | 317 | 262 | 137 | 0 | 16 | 66 | 23 | 54 | 66 | 73 |
| Binary | 11001111 | 10110010 | 1011111 | 0 | 1110 | 110110 | 10011 | 101100 | 110110 | 111011 |
Color Harmonies of #CFB25F
Complementary color
Monochromatic Colors of #CFB25F
Black with #CFB25F
Text Example
Text Example
White with #CFB25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB25F; }
p { color: rgb(207,178,95); }
H1.HeaderClassName
{
color: #CFB25F;
}
.AnyTagClassName
{
color: #CFB25F;
}
</style>
background-color css
<style>
a { background-color: #CFB25F; }
a { background-color: rgb(207,178,95); }
div.DivClassName
{
background-color: #CFB25F;
}
.BgClassName
{
background-color: #CFB25F;
}
</style>
border-color css
<style>
span { border-color: #CFB25F; }
span { border-color: rgb(207,178,95); }
td.TdClassName
{
border-color: #CFB25F;
}
.TagClassName
{
border-color: #CFB25F;
}
</style>