Shades of Tacha #CAC151
Tints of Tacha #CAC151
RGB
CMYK
RGB Variations
Color information
#CAC151 (or 0xCAC151) is known color: Tacha. HEX triplet: CA, C1 and 51. RGB value is (202,193,81). Sum of RGB (Red+Green+Blue) = 202+193+81=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC151 is #353EAE. Grayscale: #B7B7B7. Windows color (decimal): -3489455 or 5358026. OLE color: 5358026.
HSL color Cylindrical-coordinate representation of color #CAC151: hue angle of 55.54º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC151 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 81 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.21 |
| HSL | 55.54º | 0.53% | 0.55% | - |
| HSV(B) | 55.54º | 0.6% | 0.79% | - |
| XYZ | 44.91 | 51.29 | 15.32 | - |
| YUV | 182.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 81 | 0 | 0.04 | 0.60 | 0.21 | 55.54 | 0.53 | 0.55 |
| Hex | CA | C1 | 51 | 0 | 4 | 3C | 15 | 38 | 35 | 37 |
| Octal | 312 | 301 | 121 | 0 | 4 | 74 | 25 | 70 | 65 | 67 |
| Binary | 11001010 | 11000001 | 1010001 | 0 | 100 | 111100 | 10101 | 111000 | 110101 | 110111 |
Color Harmonies of #CAC151
Complementary color
Monochromatic Colors of #CAC151
Black with #CAC151
Text Example
Text Example
White with #CAC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC151; }
p { color: rgb(202,193,81); }
H1.HeaderClassName
{
color: #CAC151;
}
.AnyTagClassName
{
color: #CAC151;
}
</style>
background-color css
<style>
a { background-color: #CAC151; }
a { background-color: rgb(202,193,81); }
div.DivClassName
{
background-color: #CAC151;
}
.BgClassName
{
background-color: #CAC151;
}
</style>
border-color css
<style>
span { border-color: #CAC151; }
span { border-color: rgb(202,193,81); }
td.TdClassName
{
border-color: #CAC151;
}
.TagClassName
{
border-color: #CAC151;
}
</style>