Shades of Tacha #CBC069
Tints of Tacha #CBC069
RGB
CMYK
RGB Variations
Color information
#CBC069 (or 0xCBC069) is known color: Tacha. HEX triplet: CB, C0 and 69. RGB value is (203,192,105). Sum of RGB (Red+Green+Blue) = 203+192+105=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC069 is #343F96. Grayscale: #B9B9B9. Windows color (decimal): -3424151 or 6930635. OLE color: 6930635.
HSL color Cylindrical-coordinate representation of color #CBC069: hue angle of 53.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBC069 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 105 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.20 |
| HSL | 53.27º | 0.49% | 0.6% | - |
| HSV(B) | 53.27º | 0.48% | 0.8% | - |
| XYZ | 46.03 | 51.42 | 20.86 | - |
| YUV | 185.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 105 | 0 | 0.05 | 0.48 | 0.20 | 53.27 | 0.49 | 0.6 |
| Hex | CB | C0 | 69 | 0 | 5 | 30 | 14 | 35 | 31 | 3C |
| Octal | 313 | 300 | 151 | 0 | 5 | 60 | 24 | 65 | 61 | 74 |
| Binary | 11001011 | 11000000 | 1101001 | 0 | 101 | 110000 | 10100 | 110101 | 110001 | 111100 |
Color Harmonies of #CBC069
Complementary color
Monochromatic Colors of #CBC069
Black with #CBC069
Text Example
Text Example
White with #CBC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC069; }
p { color: rgb(203,192,105); }
H1.HeaderClassName
{
color: #CBC069;
}
.AnyTagClassName
{
color: #CBC069;
}
</style>
background-color css
<style>
a { background-color: #CBC069; }
a { background-color: rgb(203,192,105); }
div.DivClassName
{
background-color: #CBC069;
}
.BgClassName
{
background-color: #CBC069;
}
</style>
border-color css
<style>
span { border-color: #CBC069; }
span { border-color: rgb(203,192,105); }
td.TdClassName
{
border-color: #CBC069;
}
.TagClassName
{
border-color: #CBC069;
}
</style>