Shades of Tacha #CAC255
Tints of Tacha #CAC255
RGB
CMYK
RGB Variations
Color information
#CAC255 (or 0xCAC255) is known color: Tacha. HEX triplet: CA, C2 and 55. RGB value is (202,194,85). Sum of RGB (Red+Green+Blue) = 202+194+85=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC255 is #353DAA. Grayscale: #B8B8B8. Windows color (decimal): -3489195 or 5620426. OLE color: 5620426.
HSL color Cylindrical-coordinate representation of color #CAC255: hue angle of 55.9º 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 #CAC255 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 85 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.21 |
| HSL | 55.9º | 0.52% | 0.56% | - |
| HSV(B) | 55.9º | 0.58% | 0.79% | - |
| XYZ | 45.29 | 51.8 | 16.2 | - |
| YUV | 183.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 85 | 0 | 0.04 | 0.58 | 0.21 | 55.9 | 0.52 | 0.56 |
| Hex | CA | C2 | 55 | 0 | 4 | 3A | 15 | 38 | 34 | 38 |
| Octal | 312 | 302 | 125 | 0 | 4 | 72 | 25 | 70 | 64 | 70 |
| Binary | 11001010 | 11000010 | 1010101 | 0 | 100 | 111010 | 10101 | 111000 | 110100 | 111000 |
Color Harmonies of #CAC255
Complementary color
Monochromatic Colors of #CAC255
Black with #CAC255
Text Example
Text Example
White with #CAC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC255; }
p { color: rgb(202,194,85); }
H1.HeaderClassName
{
color: #CAC255;
}
.AnyTagClassName
{
color: #CAC255;
}
</style>
background-color css
<style>
a { background-color: #CAC255; }
a { background-color: rgb(202,194,85); }
div.DivClassName
{
background-color: #CAC255;
}
.BgClassName
{
background-color: #CAC255;
}
</style>
border-color css
<style>
span { border-color: #CAC255; }
span { border-color: rgb(202,194,85); }
td.TdClassName
{
border-color: #CAC255;
}
.TagClassName
{
border-color: #CAC255;
}
</style>