Shades of La Rioja #C8B302
Tints of La Rioja #C8B302
RGB
CMYK
RGB Variations
Color information
#C8B302 (or 0xC8B302) is known color: La Rioja. HEX triplet: C8, B3 and 02. RGB value is (200,179,2). Sum of RGB (Red+Green+Blue) = 200+179+2=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B302 is #374CFD. Grayscale: #A5A5A5. Windows color (decimal): -3624190 or 177096. OLE color: 177096.
HSL color Cylindrical-coordinate representation of color #C8B302: hue angle of 53.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8B302 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.22 |
| HSL | 53.64º | 0.98% | 0.4% | - |
| HSV(B) | 53.64º | 0.99% | 0.78% | - |
| XYZ | 39.95 | 44.52 | 6.55 | - |
| YUV | 165.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 2 | 0 | 0.10 | 0.99 | 0.22 | 53.64 | 0.98 | 0.4 |
| Hex | C8 | B3 | 2 | 0 | A | 63 | 16 | 36 | 62 | 28 |
| Octal | 310 | 263 | 2 | 0 | 12 | 143 | 26 | 66 | 142 | 50 |
| Binary | 11001000 | 10110011 | 10 | 0 | 1010 | 1100011 | 10110 | 110110 | 1100010 | 101000 |
Color Harmonies of #C8B302
Complementary color
Monochromatic Colors of #C8B302
Black with #C8B302
Text Example
Text Example
White with #C8B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B302; }
p { color: rgb(200,179,2); }
H1.HeaderClassName
{
color: #C8B302;
}
.AnyTagClassName
{
color: #C8B302;
}
</style>
background-color css
<style>
a { background-color: #C8B302; }
a { background-color: rgb(200,179,2); }
div.DivClassName
{
background-color: #C8B302;
}
.BgClassName
{
background-color: #C8B302;
}
</style>
border-color css
<style>
span { border-color: #C8B302; }
span { border-color: rgb(200,179,2); }
td.TdClassName
{
border-color: #C8B302;
}
.TagClassName
{
border-color: #C8B302;
}
</style>