Shades of Tacha #C7B469
Tints of Tacha #C7B469
RGB
CMYK
RGB Variations
Color information
#C7B469 (or 0xC7B469) is known color: Tacha. HEX triplet: C7, B4 and 69. RGB value is (199,180,105). Sum of RGB (Red+Green+Blue) = 199+180+105=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B469 is #384B96. Grayscale: #B1B1B1. Windows color (decimal): -3689367 or 6927559. OLE color: 6927559.
HSL color Cylindrical-coordinate representation of color #C7B469: hue angle of 47.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7B469 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 105 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.22 |
| HSL | 47.87º | 0.46% | 0.6% | - |
| HSV(B) | 47.87º | 0.47% | 0.78% | - |
| XYZ | 42.42 | 45.8 | 19.97 | - |
| YUV | 177.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 105 | 0 | 0.10 | 0.47 | 0.22 | 47.87 | 0.46 | 0.6 |
| Hex | C7 | B4 | 69 | 0 | A | 2F | 16 | 30 | 2E | 3C |
| Octal | 307 | 264 | 151 | 0 | 12 | 57 | 26 | 60 | 56 | 74 |
| Binary | 11000111 | 10110100 | 1101001 | 0 | 1010 | 101111 | 10110 | 110000 | 101110 | 111100 |
Color Harmonies of #C7B469
Complementary color
Monochromatic Colors of #C7B469
Black with #C7B469
Text Example
Text Example
White with #C7B469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B469; }
p { color: rgb(199,180,105); }
H1.HeaderClassName
{
color: #C7B469;
}
.AnyTagClassName
{
color: #C7B469;
}
</style>
background-color css
<style>
a { background-color: #C7B469; }
a { background-color: rgb(199,180,105); }
div.DivClassName
{
background-color: #C7B469;
}
.BgClassName
{
background-color: #C7B469;
}
</style>
border-color css
<style>
span { border-color: #C7B469; }
span { border-color: rgb(199,180,105); }
td.TdClassName
{
border-color: #C7B469;
}
.TagClassName
{
border-color: #C7B469;
}
</style>