Shades of Tacha #CBC364
Tints of Tacha #CBC364
RGB
CMYK
RGB Variations
Color information
#CBC364 (or 0xCBC364) is known color: Tacha. HEX triplet: CB, C3 and 64. RGB value is (203,195,100). Sum of RGB (Red+Green+Blue) = 203+195+100=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC364 is #343C9B. Grayscale: #BABABA. Windows color (decimal): -3423388 or 6603723. OLE color: 6603723.
HSL color Cylindrical-coordinate representation of color #CBC364: hue angle of 55.34º 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 #CBC364 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 100 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.20 |
| HSL | 55.34º | 0.5% | 0.59% | - |
| HSV(B) | 55.34º | 0.51% | 0.8% | - |
| XYZ | 46.44 | 52.65 | 19.77 | - |
| YUV | 186.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 100 | 0 | 0.04 | 0.51 | 0.20 | 55.34 | 0.5 | 0.59 |
| Hex | CB | C3 | 64 | 0 | 4 | 33 | 14 | 37 | 32 | 3B |
| Octal | 313 | 303 | 144 | 0 | 4 | 63 | 24 | 67 | 62 | 73 |
| Binary | 11001011 | 11000011 | 1100100 | 0 | 100 | 110011 | 10100 | 110111 | 110010 | 111011 |
Color Harmonies of #CBC364
Complementary color
Monochromatic Colors of #CBC364
Black with #CBC364
Text Example
Text Example
White with #CBC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC364; }
p { color: rgb(203,195,100); }
H1.HeaderClassName
{
color: #CBC364;
}
.AnyTagClassName
{
color: #CBC364;
}
</style>
background-color css
<style>
a { background-color: #CBC364; }
a { background-color: rgb(203,195,100); }
div.DivClassName
{
background-color: #CBC364;
}
.BgClassName
{
background-color: #CBC364;
}
</style>
border-color css
<style>
span { border-color: #CBC364; }
span { border-color: rgb(203,195,100); }
td.TdClassName
{
border-color: #CBC364;
}
.TagClassName
{
border-color: #CBC364;
}
</style>