Shades of Tacha #CBC163
Tints of Tacha #CBC163
RGB
CMYK
RGB Variations
Color information
#CBC163 (or 0xCBC163) is known color: Tacha. HEX triplet: CB, C1 and 63. RGB value is (203,193,99). Sum of RGB (Red+Green+Blue) = 203+193+99=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC163 is #343E9C. Grayscale: #B9B9B9. Windows color (decimal): -3423901 or 6537675. OLE color: 6537675.
HSL color Cylindrical-coordinate representation of color #CBC163: hue angle of 54.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBC163 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 99 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.20 |
| HSL | 54.23º | 0.5% | 0.59% | - |
| HSV(B) | 54.23º | 0.51% | 0.8% | - |
| XYZ | 45.95 | 51.74 | 19.37 | - |
| YUV | 185.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 99 | 0 | 0.05 | 0.51 | 0.20 | 54.23 | 0.5 | 0.59 |
| Hex | CB | C1 | 63 | 0 | 5 | 33 | 14 | 36 | 32 | 3B |
| Octal | 313 | 301 | 143 | 0 | 5 | 63 | 24 | 66 | 62 | 73 |
| Binary | 11001011 | 11000001 | 1100011 | 0 | 101 | 110011 | 10100 | 110110 | 110010 | 111011 |
Color Harmonies of #CBC163
Complementary color
Monochromatic Colors of #CBC163
Black with #CBC163
Text Example
Text Example
White with #CBC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC163; }
p { color: rgb(203,193,99); }
H1.HeaderClassName
{
color: #CBC163;
}
.AnyTagClassName
{
color: #CBC163;
}
</style>
background-color css
<style>
a { background-color: #CBC163; }
a { background-color: rgb(203,193,99); }
div.DivClassName
{
background-color: #CBC163;
}
.BgClassName
{
background-color: #CBC163;
}
</style>
border-color css
<style>
span { border-color: #CBC163; }
span { border-color: rgb(203,193,99); }
td.TdClassName
{
border-color: #CBC163;
}
.TagClassName
{
border-color: #CBC163;
}
</style>