Shades of Tacha #CAC05C
Tints of Tacha #CAC05C
RGB
CMYK
RGB Variations
Color information
#CAC05C (or 0xCAC05C) is known color: Tacha. HEX triplet: CA, C0 and 5C. RGB value is (202,192,92). Sum of RGB (Red+Green+Blue) = 202+192+92=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC05C is #353FA3. Grayscale: #B8B8B8. Windows color (decimal): -3489700 or 6078666. OLE color: 6078666.
HSL color Cylindrical-coordinate representation of color #CAC05C: hue angle of 54.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAC05C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 92 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.21 |
| HSL | 54.55º | 0.51% | 0.58% | - |
| HSV(B) | 54.55º | 0.54% | 0.79% | - |
| XYZ | 45.14 | 51.03 | 17.6 | - |
| YUV | 183.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 92 | 0 | 0.05 | 0.54 | 0.21 | 54.55 | 0.51 | 0.58 |
| Hex | CA | C0 | 5C | 0 | 5 | 36 | 15 | 37 | 33 | 3A |
| Octal | 312 | 300 | 134 | 0 | 5 | 66 | 25 | 67 | 63 | 72 |
| Binary | 11001010 | 11000000 | 1011100 | 0 | 101 | 110110 | 10101 | 110111 | 110011 | 111010 |
Color Harmonies of #CAC05C
Complementary color
Monochromatic Colors of #CAC05C
Black with #CAC05C
Text Example
Text Example
White with #CAC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC05C; }
p { color: rgb(202,192,92); }
H1.HeaderClassName
{
color: #CAC05C;
}
.AnyTagClassName
{
color: #CAC05C;
}
</style>
background-color css
<style>
a { background-color: #CAC05C; }
a { background-color: rgb(202,192,92); }
div.DivClassName
{
background-color: #CAC05C;
}
.BgClassName
{
background-color: #CAC05C;
}
</style>
border-color css
<style>
span { border-color: #CAC05C; }
span { border-color: rgb(202,192,92); }
td.TdClassName
{
border-color: #CAC05C;
}
.TagClassName
{
border-color: #CAC05C;
}
</style>