Shades of Tacha #CAC15B
Tints of Tacha #CAC15B
RGB
CMYK
RGB Variations
Color information
#CAC15B (or 0xCAC15B) is known color: Tacha. HEX triplet: CA, C1 and 5B. RGB value is (202,193,91). Sum of RGB (Red+Green+Blue) = 202+193+91=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC15B is #353EA4. Grayscale: #B8B8B8. Windows color (decimal): -3489445 or 6013386. OLE color: 6013386.
HSL color Cylindrical-coordinate representation of color #CAC15B: hue angle of 55.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAC15B is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 91 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.21 |
| HSL | 55.14º | 0.51% | 0.57% | - |
| HSV(B) | 55.14º | 0.55% | 0.79% | - |
| XYZ | 45.32 | 51.45 | 17.44 | - |
| YUV | 184.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 91 | 0 | 0.04 | 0.55 | 0.21 | 55.14 | 0.51 | 0.57 |
| Hex | CA | C1 | 5B | 0 | 4 | 37 | 15 | 37 | 33 | 39 |
| Octal | 312 | 301 | 133 | 0 | 4 | 67 | 25 | 67 | 63 | 71 |
| Binary | 11001010 | 11000001 | 1011011 | 0 | 100 | 110111 | 10101 | 110111 | 110011 | 111001 |
Color Harmonies of #CAC15B
Complementary color
Monochromatic Colors of #CAC15B
Black with #CAC15B
Text Example
Text Example
White with #CAC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC15B; }
p { color: rgb(202,193,91); }
H1.HeaderClassName
{
color: #CAC15B;
}
.AnyTagClassName
{
color: #CAC15B;
}
</style>
background-color css
<style>
a { background-color: #CAC15B; }
a { background-color: rgb(202,193,91); }
div.DivClassName
{
background-color: #CAC15B;
}
.BgClassName
{
background-color: #CAC15B;
}
</style>
border-color css
<style>
span { border-color: #CAC15B; }
span { border-color: rgb(202,193,91); }
td.TdClassName
{
border-color: #CAC15B;
}
.TagClassName
{
border-color: #CAC15B;
}
</style>