Shades of Tacha #CFB162
Tints of Tacha #CFB162
RGB
CMYK
RGB Variations
Color information
#CFB162 (or 0xCFB162) is known color: Tacha. HEX triplet: CF, B1 and 62. RGB value is (207,177,98). Sum of RGB (Red+Green+Blue) = 207+177+98=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB162 is #304E9D. Grayscale: #B1B1B1. Windows color (decimal): -3165854 or 6468047. OLE color: 6468047.
HSL color Cylindrical-coordinate representation of color #CFB162: hue angle of 43.49º 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 #CFB162 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 98 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.19 |
| HSL | 43.49º | 0.53% | 0.6% | - |
| HSV(B) | 43.49º | 0.53% | 0.81% | - |
| XYZ | 43.66 | 45.59 | 18.05 | - |
| YUV | 176.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 98 | 0 | 0.14 | 0.53 | 0.19 | 43.49 | 0.53 | 0.6 |
| Hex | CF | B1 | 62 | 0 | E | 35 | 13 | 2B | 35 | 3C |
| Octal | 317 | 261 | 142 | 0 | 16 | 65 | 23 | 53 | 65 | 74 |
| Binary | 11001111 | 10110001 | 1100010 | 0 | 1110 | 110101 | 10011 | 101011 | 110101 | 111100 |
Color Harmonies of #CFB162
Complementary color
Monochromatic Colors of #CFB162
Black with #CFB162
Text Example
Text Example
White with #CFB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB162; }
p { color: rgb(207,177,98); }
H1.HeaderClassName
{
color: #CFB162;
}
.AnyTagClassName
{
color: #CFB162;
}
</style>
background-color css
<style>
a { background-color: #CFB162; }
a { background-color: rgb(207,177,98); }
div.DivClassName
{
background-color: #CFB162;
}
.BgClassName
{
background-color: #CFB162;
}
</style>
border-color css
<style>
span { border-color: #CFB162; }
span { border-color: rgb(207,177,98); }
td.TdClassName
{
border-color: #CFB162;
}
.TagClassName
{
border-color: #CFB162;
}
</style>