Shades of Tacha #CFB362
Tints of Tacha #CFB362
RGB
CMYK
RGB Variations
Color information
#CFB362 (or 0xCFB362) is known color: Tacha. HEX triplet: CF, B3 and 62. RGB value is (207,179,98). Sum of RGB (Red+Green+Blue) = 207+179+98=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB362 is #304C9D. Grayscale: #B2B2B2. Windows color (decimal): -3165342 or 6468559. OLE color: 6468559.
HSL color Cylindrical-coordinate representation of color #CFB362: hue angle of 44.59º 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 #CFB362 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 98 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.19 |
| HSL | 44.59º | 0.53% | 0.6% | - |
| HSV(B) | 44.59º | 0.53% | 0.81% | - |
| XYZ | 44.06 | 46.39 | 18.19 | - |
| YUV | 178.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 98 | 0 | 0.14 | 0.53 | 0.19 | 44.59 | 0.53 | 0.6 |
| Hex | CF | B3 | 62 | 0 | E | 35 | 13 | 2D | 35 | 3C |
| Octal | 317 | 263 | 142 | 0 | 16 | 65 | 23 | 55 | 65 | 74 |
| Binary | 11001111 | 10110011 | 1100010 | 0 | 1110 | 110101 | 10011 | 101101 | 110101 | 111100 |
Color Harmonies of #CFB362
Complementary color
Monochromatic Colors of #CFB362
Black with #CFB362
Text Example
Text Example
White with #CFB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB362; }
p { color: rgb(207,179,98); }
H1.HeaderClassName
{
color: #CFB362;
}
.AnyTagClassName
{
color: #CFB362;
}
</style>
background-color css
<style>
a { background-color: #CFB362; }
a { background-color: rgb(207,179,98); }
div.DivClassName
{
background-color: #CFB362;
}
.BgClassName
{
background-color: #CFB362;
}
</style>
border-color css
<style>
span { border-color: #CFB362; }
span { border-color: rgb(207,179,98); }
td.TdClassName
{
border-color: #CFB362;
}
.TagClassName
{
border-color: #CFB362;
}
</style>