Shades of Tacha #CBC253
Tints of Tacha #CBC253
RGB
CMYK
RGB Variations
Color information
#CBC253 (or 0xCBC253) is known color: Tacha. HEX triplet: CB, C2 and 53. RGB value is (203,194,83). Sum of RGB (Red+Green+Blue) = 203+194+83=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC253 is #343DAC. Grayscale: #B8B8B8. Windows color (decimal): -3423661 or 5489355. OLE color: 5489355.
HSL color Cylindrical-coordinate representation of color #CBC253: hue angle of 55.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBC253 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 83 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.20 |
| HSL | 55.5º | 0.54% | 0.56% | - |
| HSV(B) | 55.5º | 0.59% | 0.8% | - |
| XYZ | 45.48 | 51.9 | 15.81 | - |
| YUV | 184.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 83 | 0 | 0.04 | 0.59 | 0.20 | 55.5 | 0.54 | 0.56 |
| Hex | CB | C2 | 53 | 0 | 4 | 3B | 14 | 38 | 36 | 38 |
| Octal | 313 | 302 | 123 | 0 | 4 | 73 | 24 | 70 | 66 | 70 |
| Binary | 11001011 | 11000010 | 1010011 | 0 | 100 | 111011 | 10100 | 111000 | 110110 | 111000 |
Color Harmonies of #CBC253
Complementary color
Monochromatic Colors of #CBC253
Black with #CBC253
Text Example
Text Example
White with #CBC253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC253; }
p { color: rgb(203,194,83); }
H1.HeaderClassName
{
color: #CBC253;
}
.AnyTagClassName
{
color: #CBC253;
}
</style>
background-color css
<style>
a { background-color: #CBC253; }
a { background-color: rgb(203,194,83); }
div.DivClassName
{
background-color: #CBC253;
}
.BgClassName
{
background-color: #CBC253;
}
</style>
border-color css
<style>
span { border-color: #CBC253; }
span { border-color: rgb(203,194,83); }
td.TdClassName
{
border-color: #CBC253;
}
.TagClassName
{
border-color: #CBC253;
}
</style>