Shades of Tacha #CBC566
Tints of Tacha #CBC566
RGB
CMYK
RGB Variations
Color information
#CBC566 (or 0xCBC566) is known color: Tacha. HEX triplet: CB, C5 and 66. RGB value is (203,197,102). Sum of RGB (Red+Green+Blue) = 203+197+102=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC566 is #343A99. Grayscale: #BCBCBC. Windows color (decimal): -3422874 or 6735307. OLE color: 6735307.
HSL color Cylindrical-coordinate representation of color #CBC566: hue angle of 56.44º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBC566 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 102 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.20 |
| HSL | 56.44º | 0.49% | 0.6% | - |
| HSV(B) | 56.44º | 0.5% | 0.8% | - |
| XYZ | 46.99 | 53.59 | 20.44 | - |
| YUV | 187.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 102 | 0 | 0.03 | 0.50 | 0.20 | 56.44 | 0.49 | 0.6 |
| Hex | CB | C5 | 66 | 0 | 3 | 32 | 14 | 38 | 31 | 3C |
| Octal | 313 | 305 | 146 | 0 | 3 | 62 | 24 | 70 | 61 | 74 |
| Binary | 11001011 | 11000101 | 1100110 | 0 | 11 | 110010 | 10100 | 111000 | 110001 | 111100 |
Color Harmonies of #CBC566
Complementary color
Monochromatic Colors of #CBC566
Black with #CBC566
Text Example
Text Example
White with #CBC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC566; }
p { color: rgb(203,197,102); }
H1.HeaderClassName
{
color: #CBC566;
}
.AnyTagClassName
{
color: #CBC566;
}
</style>
background-color css
<style>
a { background-color: #CBC566; }
a { background-color: rgb(203,197,102); }
div.DivClassName
{
background-color: #CBC566;
}
.BgClassName
{
background-color: #CBC566;
}
</style>
border-color css
<style>
span { border-color: #CBC566; }
span { border-color: rgb(203,197,102); }
td.TdClassName
{
border-color: #CBC566;
}
.TagClassName
{
border-color: #CBC566;
}
</style>