Shades of Tacha #CBC363
Tints of Tacha #CBC363
RGB
CMYK
RGB Variations
Color information
#CBC363 (or 0xCBC363) is known color: Tacha. HEX triplet: CB, C3 and 63. RGB value is (203,195,99). Sum of RGB (Red+Green+Blue) = 203+195+99=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC363 is #343C9C. Grayscale: #BABABA. Windows color (decimal): -3423389 or 6538187. OLE color: 6538187.
HSL color Cylindrical-coordinate representation of color #CBC363: hue angle of 55.38º 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 #CBC363 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 99 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.20 |
| HSL | 55.38º | 0.5% | 0.59% | - |
| HSV(B) | 55.38º | 0.51% | 0.8% | - |
| XYZ | 46.4 | 52.63 | 19.52 | - |
| YUV | 186.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 99 | 0 | 0.04 | 0.51 | 0.20 | 55.38 | 0.5 | 0.59 |
| Hex | CB | C3 | 63 | 0 | 4 | 33 | 14 | 37 | 32 | 3B |
| Octal | 313 | 303 | 143 | 0 | 4 | 63 | 24 | 67 | 62 | 73 |
| Binary | 11001011 | 11000011 | 1100011 | 0 | 100 | 110011 | 10100 | 110111 | 110010 | 111011 |
Color Harmonies of #CBC363
Complementary color
Monochromatic Colors of #CBC363
Black with #CBC363
Text Example
Text Example
White with #CBC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC363; }
p { color: rgb(203,195,99); }
H1.HeaderClassName
{
color: #CBC363;
}
.AnyTagClassName
{
color: #CBC363;
}
</style>
background-color css
<style>
a { background-color: #CBC363; }
a { background-color: rgb(203,195,99); }
div.DivClassName
{
background-color: #CBC363;
}
.BgClassName
{
background-color: #CBC363;
}
</style>
border-color css
<style>
span { border-color: #CBC363; }
span { border-color: rgb(203,195,99); }
td.TdClassName
{
border-color: #CBC363;
}
.TagClassName
{
border-color: #CBC363;
}
</style>