Shades of Tacha #CAC353
Tints of Tacha #CAC353
RGB
CMYK
RGB Variations
Color information
#CAC353 (or 0xCAC353) is known color: Tacha. HEX triplet: CA, C3 and 53. RGB value is (202,195,83). Sum of RGB (Red+Green+Blue) = 202+195+83=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC353 is #353CAC. Grayscale: #B8B8B8. Windows color (decimal): -3488941 or 5489610. OLE color: 5489610.
HSL color Cylindrical-coordinate representation of color #CAC353: hue angle of 56.47º 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 #CAC353 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 83 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.21 |
| HSL | 56.47º | 0.53% | 0.56% | - |
| HSV(B) | 56.47º | 0.59% | 0.79% | - |
| XYZ | 45.43 | 52.21 | 15.87 | - |
| YUV | 184.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 83 | 0 | 0.03 | 0.59 | 0.21 | 56.47 | 0.53 | 0.56 |
| Hex | CA | C3 | 53 | 0 | 3 | 3B | 15 | 38 | 35 | 38 |
| Octal | 312 | 303 | 123 | 0 | 3 | 73 | 25 | 70 | 65 | 70 |
| Binary | 11001010 | 11000011 | 1010011 | 0 | 11 | 111011 | 10101 | 111000 | 110101 | 111000 |
Color Harmonies of #CAC353
Complementary color
Monochromatic Colors of #CAC353
Black with #CAC353
Text Example
Text Example
White with #CAC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC353; }
p { color: rgb(202,195,83); }
H1.HeaderClassName
{
color: #CAC353;
}
.AnyTagClassName
{
color: #CAC353;
}
</style>
background-color css
<style>
a { background-color: #CAC353; }
a { background-color: rgb(202,195,83); }
div.DivClassName
{
background-color: #CAC353;
}
.BgClassName
{
background-color: #CAC353;
}
</style>
border-color css
<style>
span { border-color: #CAC353; }
span { border-color: rgb(202,195,83); }
td.TdClassName
{
border-color: #CAC353;
}
.TagClassName
{
border-color: #CAC353;
}
</style>