Shades of Tacha #CFB562
Tints of Tacha #CFB562
RGB
CMYK
RGB Variations
Color information
#CFB562 (or 0xCFB562) is known color: Tacha. HEX triplet: CF, B5 and 62. RGB value is (207,181,98). Sum of RGB (Red+Green+Blue) = 207+181+98=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB562 is #304A9D. Grayscale: #B3B3B3. Windows color (decimal): -3164830 or 6469071. OLE color: 6469071.
HSL color Cylindrical-coordinate representation of color #CFB562: hue angle of 45.69º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFB562 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 98 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.19 |
| HSL | 45.69º | 0.53% | 0.6% | - |
| HSV(B) | 45.69º | 0.53% | 0.81% | - |
| XYZ | 44.46 | 47.19 | 18.32 | - |
| YUV | 179.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 98 | 0 | 0.13 | 0.53 | 0.19 | 45.69 | 0.53 | 0.6 |
| Hex | CF | B5 | 62 | 0 | D | 35 | 13 | 2E | 35 | 3C |
| Octal | 317 | 265 | 142 | 0 | 15 | 65 | 23 | 56 | 65 | 74 |
| Binary | 11001111 | 10110101 | 1100010 | 0 | 1101 | 110101 | 10011 | 101110 | 110101 | 111100 |
Color Harmonies of #CFB562
Complementary color
Monochromatic Colors of #CFB562
Black with #CFB562
Text Example
Text Example
White with #CFB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB562; }
p { color: rgb(207,181,98); }
H1.HeaderClassName
{
color: #CFB562;
}
.AnyTagClassName
{
color: #CFB562;
}
</style>
background-color css
<style>
a { background-color: #CFB562; }
a { background-color: rgb(207,181,98); }
div.DivClassName
{
background-color: #CFB562;
}
.BgClassName
{
background-color: #CFB562;
}
</style>
border-color css
<style>
span { border-color: #CFB562; }
span { border-color: rgb(207,181,98); }
td.TdClassName
{
border-color: #CFB562;
}
.TagClassName
{
border-color: #CFB562;
}
</style>