Shades of La Rioja #C4B302
Tints of La Rioja #C4B302
RGB
CMYK
RGB Variations
Color information
#C4B302 (or 0xC4B302) is known color: La Rioja. HEX triplet: C4, B3 and 02. RGB value is (196,179,2). Sum of RGB (Red+Green+Blue) = 196+179+2=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B302 is #3B4CFD. Grayscale: #A4A4A4. Windows color (decimal): -3886334 or 177092. OLE color: 177092.
HSL color Cylindrical-coordinate representation of color #C4B302: hue angle of 54.74º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4B302 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.23 |
| HSL | 54.74º | 0.98% | 0.39% | - |
| HSV(B) | 54.74º | 0.99% | 0.77% | - |
| XYZ | 38.9 | 43.98 | 6.5 | - |
| YUV | 163.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 2 | 0 | 0.09 | 0.99 | 0.23 | 54.74 | 0.98 | 0.39 |
| Hex | C4 | B3 | 2 | 0 | 9 | 63 | 17 | 37 | 62 | 27 |
| Octal | 304 | 263 | 2 | 0 | 11 | 143 | 27 | 67 | 142 | 47 |
| Binary | 11000100 | 10110011 | 10 | 0 | 1001 | 1100011 | 10111 | 110111 | 1100010 | 100111 |
Color Harmonies of #C4B302
Complementary color
Monochromatic Colors of #C4B302
Black with #C4B302
Text Example
Text Example
White with #C4B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B302; }
p { color: rgb(196,179,2); }
H1.HeaderClassName
{
color: #C4B302;
}
.AnyTagClassName
{
color: #C4B302;
}
</style>
background-color css
<style>
a { background-color: #C4B302; }
a { background-color: rgb(196,179,2); }
div.DivClassName
{
background-color: #C4B302;
}
.BgClassName
{
background-color: #C4B302;
}
</style>
border-color css
<style>
span { border-color: #C4B302; }
span { border-color: rgb(196,179,2); }
td.TdClassName
{
border-color: #C4B302;
}
.TagClassName
{
border-color: #C4B302;
}
</style>