Shades of Tacha #CAC152
Tints of Tacha #CAC152
RGB
CMYK
RGB Variations
Color information
#CAC152 (or 0xCAC152) is known color: Tacha. HEX triplet: CA, C1 and 52. RGB value is (202,193,82). Sum of RGB (Red+Green+Blue) = 202+193+82=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC152 is #353EAD. Grayscale: #B7B7B7. Windows color (decimal): -3489454 or 5423562. OLE color: 5423562.
HSL color Cylindrical-coordinate representation of color #CAC152: hue angle of 55.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAC152 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 82 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.21 |
| HSL | 55.5º | 0.53% | 0.56% | - |
| HSV(B) | 55.5º | 0.59% | 0.79% | - |
| XYZ | 44.95 | 51.31 | 15.52 | - |
| YUV | 183.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 82 | 0 | 0.04 | 0.59 | 0.21 | 55.5 | 0.53 | 0.56 |
| Hex | CA | C1 | 52 | 0 | 4 | 3B | 15 | 38 | 35 | 38 |
| Octal | 312 | 301 | 122 | 0 | 4 | 73 | 25 | 70 | 65 | 70 |
| Binary | 11001010 | 11000001 | 1010010 | 0 | 100 | 111011 | 10101 | 111000 | 110101 | 111000 |
Color Harmonies of #CAC152
Complementary color
Monochromatic Colors of #CAC152
Black with #CAC152
Text Example
Text Example
White with #CAC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC152; }
p { color: rgb(202,193,82); }
H1.HeaderClassName
{
color: #CAC152;
}
.AnyTagClassName
{
color: #CAC152;
}
</style>
background-color css
<style>
a { background-color: #CAC152; }
a { background-color: rgb(202,193,82); }
div.DivClassName
{
background-color: #CAC152;
}
.BgClassName
{
background-color: #CAC152;
}
</style>
border-color css
<style>
span { border-color: #CAC152; }
span { border-color: rgb(202,193,82); }
td.TdClassName
{
border-color: #CAC152;
}
.TagClassName
{
border-color: #CAC152;
}
</style>