Shades of Tacha #CAC355
Tints of Tacha #CAC355
RGB
CMYK
RGB Variations
Color information
#CAC355 (or 0xCAC355) is known color: Tacha. HEX triplet: CA, C3 and 55. RGB value is (202,195,85). Sum of RGB (Red+Green+Blue) = 202+195+85=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC355 is #353CAA. Grayscale: #B8B8B8. Windows color (decimal): -3488939 or 5620682. OLE color: 5620682.
HSL color Cylindrical-coordinate representation of color #CAC355: hue angle of 56.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAC355 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 85 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.21 |
| HSL | 56.41º | 0.52% | 0.56% | - |
| HSV(B) | 56.41º | 0.58% | 0.79% | - |
| XYZ | 45.51 | 52.24 | 16.28 | - |
| YUV | 184.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 85 | 0 | 0.03 | 0.58 | 0.21 | 56.41 | 0.52 | 0.56 |
| Hex | CA | C3 | 55 | 0 | 3 | 3A | 15 | 38 | 34 | 38 |
| Octal | 312 | 303 | 125 | 0 | 3 | 72 | 25 | 70 | 64 | 70 |
| Binary | 11001010 | 11000011 | 1010101 | 0 | 11 | 111010 | 10101 | 111000 | 110100 | 111000 |
Color Harmonies of #CAC355
Complementary color
Monochromatic Colors of #CAC355
Black with #CAC355
Text Example
Text Example
White with #CAC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC355; }
p { color: rgb(202,195,85); }
H1.HeaderClassName
{
color: #CAC355;
}
.AnyTagClassName
{
color: #CAC355;
}
</style>
background-color css
<style>
a { background-color: #CAC355; }
a { background-color: rgb(202,195,85); }
div.DivClassName
{
background-color: #CAC355;
}
.BgClassName
{
background-color: #CAC355;
}
</style>
border-color css
<style>
span { border-color: #CAC355; }
span { border-color: rgb(202,195,85); }
td.TdClassName
{
border-color: #CAC355;
}
.TagClassName
{
border-color: #CAC355;
}
</style>