Shades of La Rioja #CAC003
Tints of La Rioja #CAC003
RGB
CMYK
RGB Variations
Color information
#CAC003 (or 0xCAC003) is known color: La Rioja. HEX triplet: CA, C0 and 03. RGB value is (202,192,3). Sum of RGB (Red+Green+Blue) = 202+192+3=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC003 is #353FFC. Grayscale: #AEAEAE. Windows color (decimal): -3489789 or 245962. OLE color: 245962.
HSL color Cylindrical-coordinate representation of color #CAC003: hue angle of 56.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAC003 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.21 |
| HSL | 56.98º | 0.97% | 0.4% | - |
| HSV(B) | 56.98º | 0.99% | 0.79% | - |
| XYZ | 43.22 | 50.26 | 7.51 | - |
| YUV | 173.44 | 31.81 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 3 | 0 | 0.05 | 0.99 | 0.21 | 56.98 | 0.97 | 0.4 |
| Hex | CA | C0 | 3 | 0 | 5 | 63 | 15 | 39 | 61 | 28 |
| Octal | 312 | 300 | 3 | 0 | 5 | 143 | 25 | 71 | 141 | 50 |
| Binary | 11001010 | 11000000 | 11 | 0 | 101 | 1100011 | 10101 | 111001 | 1100001 | 101000 |
Color Harmonies of #CAC003
Complementary color
Monochromatic Colors of #CAC003
Black with #CAC003
Text Example
Text Example
White with #CAC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC003; }
p { color: rgb(202,192,3); }
H1.HeaderClassName
{
color: #CAC003;
}
.AnyTagClassName
{
color: #CAC003;
}
</style>
background-color css
<style>
a { background-color: #CAC003; }
a { background-color: rgb(202,192,3); }
div.DivClassName
{
background-color: #CAC003;
}
.BgClassName
{
background-color: #CAC003;
}
</style>
border-color css
<style>
span { border-color: #CAC003; }
span { border-color: rgb(202,192,3); }
td.TdClassName
{
border-color: #CAC003;
}
.TagClassName
{
border-color: #CAC003;
}
</style>