Shades of Tacha #CBC15A
Tints of Tacha #CBC15A
RGB
CMYK
RGB Variations
Color information
#CBC15A (or 0xCBC15A) is known color: Tacha. HEX triplet: CB, C1 and 5A. RGB value is (203,193,90). Sum of RGB (Red+Green+Blue) = 203+193+90=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC15A is #343EA5. Grayscale: #B8B8B8. Windows color (decimal): -3423910 or 5947851. OLE color: 5947851.
HSL color Cylindrical-coordinate representation of color #CBC15A: hue angle of 54.69º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBC15A is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 90 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.20 |
| HSL | 54.69º | 0.52% | 0.57% | - |
| HSV(B) | 54.69º | 0.56% | 0.8% | - |
| XYZ | 45.54 | 51.57 | 17.23 | - |
| YUV | 184.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 90 | 0 | 0.05 | 0.56 | 0.20 | 54.69 | 0.52 | 0.57 |
| Hex | CB | C1 | 5A | 0 | 5 | 38 | 14 | 37 | 34 | 39 |
| Octal | 313 | 301 | 132 | 0 | 5 | 70 | 24 | 67 | 64 | 71 |
| Binary | 11001011 | 11000001 | 1011010 | 0 | 101 | 111000 | 10100 | 110111 | 110100 | 111001 |
Color Harmonies of #CBC15A
Complementary color
Monochromatic Colors of #CBC15A
Black with #CBC15A
Text Example
Text Example
White with #CBC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC15A; }
p { color: rgb(203,193,90); }
H1.HeaderClassName
{
color: #CBC15A;
}
.AnyTagClassName
{
color: #CBC15A;
}
</style>
background-color css
<style>
a { background-color: #CBC15A; }
a { background-color: rgb(203,193,90); }
div.DivClassName
{
background-color: #CBC15A;
}
.BgClassName
{
background-color: #CBC15A;
}
</style>
border-color css
<style>
span { border-color: #CBC15A; }
span { border-color: rgb(203,193,90); }
td.TdClassName
{
border-color: #CBC15A;
}
.TagClassName
{
border-color: #CBC15A;
}
</style>