Shades of Tacha #CFB462
Tints of Tacha #CFB462
RGB
CMYK
RGB Variations
Color information
#CFB462 (or 0xCFB462) is known color: Tacha. HEX triplet: CF, B4 and 62. RGB value is (207,180,98). Sum of RGB (Red+Green+Blue) = 207+180+98=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB462 is #304B9D. Grayscale: #B3B3B3. Windows color (decimal): -3165086 or 6468815. OLE color: 6468815.
HSL color Cylindrical-coordinate representation of color #CFB462: hue angle of 45.14º 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 #CFB462 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 98 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.19 |
| HSL | 45.14º | 0.53% | 0.6% | - |
| HSV(B) | 45.14º | 0.53% | 0.81% | - |
| XYZ | 44.26 | 46.79 | 18.25 | - |
| YUV | 178.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 98 | 0 | 0.13 | 0.53 | 0.19 | 45.14 | 0.53 | 0.6 |
| Hex | CF | B4 | 62 | 0 | D | 35 | 13 | 2D | 35 | 3C |
| Octal | 317 | 264 | 142 | 0 | 15 | 65 | 23 | 55 | 65 | 74 |
| Binary | 11001111 | 10110100 | 1100010 | 0 | 1101 | 110101 | 10011 | 101101 | 110101 | 111100 |
Color Harmonies of #CFB462
Complementary color
Monochromatic Colors of #CFB462
Black with #CFB462
Text Example
Text Example
White with #CFB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB462; }
p { color: rgb(207,180,98); }
H1.HeaderClassName
{
color: #CFB462;
}
.AnyTagClassName
{
color: #CFB462;
}
</style>
background-color css
<style>
a { background-color: #CFB462; }
a { background-color: rgb(207,180,98); }
div.DivClassName
{
background-color: #CFB462;
}
.BgClassName
{
background-color: #CFB462;
}
</style>
border-color css
<style>
span { border-color: #CFB462; }
span { border-color: rgb(207,180,98); }
td.TdClassName
{
border-color: #CFB462;
}
.TagClassName
{
border-color: #CFB462;
}
</style>