Shades of La Rioja #C0B009
Tints of La Rioja #C0B009
RGB
CMYK
RGB Variations
Color information
#C0B009 (or 0xC0B009) is known color: La Rioja. HEX triplet: C0, B0 and 09. RGB value is (192,176,9). Sum of RGB (Red+Green+Blue) = 192+176+9=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B009 is #3F4FF6. Grayscale: #A2A2A2. Windows color (decimal): -4149239 or 635072. OLE color: 635072.
HSL color Cylindrical-coordinate representation of color #C0B009: hue angle of 54.75º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0B009 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 9 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.25 |
| HSL | 54.75º | 0.91% | 0.39% | - |
| HSV(B) | 54.75º | 0.95% | 0.75% | - |
| XYZ | 37.31 | 42.28 | 6.45 | - |
| YUV | 161.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 9 | 0 | 0.08 | 0.95 | 0.25 | 54.75 | 0.91 | 0.39 |
| Hex | C0 | B0 | 9 | 0 | 8 | 5F | 19 | 37 | 5B | 27 |
| Octal | 300 | 260 | 11 | 0 | 10 | 137 | 31 | 67 | 133 | 47 |
| Binary | 11000000 | 10110000 | 1001 | 0 | 1000 | 1011111 | 11001 | 110111 | 1011011 | 100111 |
Color Harmonies of #C0B009
Complementary color
Monochromatic Colors of #C0B009
Black with #C0B009
Text Example
Text Example
White with #C0B009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B009; }
p { color: rgb(192,176,9); }
H1.HeaderClassName
{
color: #C0B009;
}
.AnyTagClassName
{
color: #C0B009;
}
</style>
background-color css
<style>
a { background-color: #C0B009; }
a { background-color: rgb(192,176,9); }
div.DivClassName
{
background-color: #C0B009;
}
.BgClassName
{
background-color: #C0B009;
}
</style>
border-color css
<style>
span { border-color: #C0B009; }
span { border-color: rgb(192,176,9); }
td.TdClassName
{
border-color: #C0B009;
}
.TagClassName
{
border-color: #C0B009;
}
</style>