Shades of Tacha #CFB25B
Tints of Tacha #CFB25B
RGB
CMYK
RGB Variations
Color information
#CFB25B (or 0xCFB25B) is known color: Tacha. HEX triplet: CF, B2 and 5B. RGB value is (207,178,91). Sum of RGB (Red+Green+Blue) = 207+178+91=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB25B is #304DA4. Grayscale: #B1B1B1. Windows color (decimal): -3165605 or 6009551. OLE color: 6009551.
HSL color Cylindrical-coordinate representation of color #CFB25B: hue angle of 45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFB25B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 91 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.19 |
| HSL | 45º | 0.55% | 0.58% | - |
| HSV(B) | 45º | 0.56% | 0.81% | - |
| XYZ | 43.54 | 45.86 | 16.45 | - |
| YUV | 176.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 91 | 0 | 0.14 | 0.56 | 0.19 | 45 | 0.55 | 0.58 |
| Hex | CF | B2 | 5B | 0 | E | 38 | 13 | 2D | 37 | 3A |
| Octal | 317 | 262 | 133 | 0 | 16 | 70 | 23 | 55 | 67 | 72 |
| Binary | 11001111 | 10110010 | 1011011 | 0 | 1110 | 111000 | 10011 | 101101 | 110111 | 111010 |
Color Harmonies of #CFB25B
Complementary color
Monochromatic Colors of #CFB25B
Black with #CFB25B
Text Example
Text Example
White with #CFB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB25B; }
p { color: rgb(207,178,91); }
H1.HeaderClassName
{
color: #CFB25B;
}
.AnyTagClassName
{
color: #CFB25B;
}
</style>
background-color css
<style>
a { background-color: #CFB25B; }
a { background-color: rgb(207,178,91); }
div.DivClassName
{
background-color: #CFB25B;
}
.BgClassName
{
background-color: #CFB25B;
}
</style>
border-color css
<style>
span { border-color: #CFB25B; }
span { border-color: rgb(207,178,91); }
td.TdClassName
{
border-color: #CFB25B;
}
.TagClassName
{
border-color: #CFB25B;
}
</style>