Shades of La Rioja #C9CC03
Tints of La Rioja #C9CC03
RGB
CMYK
RGB Variations
Color information
#C9CC03 (or 0xC9CC03) is known color: La Rioja. HEX triplet: C9, CC and 03. RGB value is (201,204,3). Sum of RGB (Red+Green+Blue) = 201+204+3=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CC03 is #3633FC. Grayscale: #B4B4B4. Windows color (decimal): -3552253 or 249033. OLE color: 249033.
HSL color Cylindrical-coordinate representation of color #C9CC03: hue angle of 60.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9CC03 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.2 |
| HSL | 60.9º | 0.97% | 0.41% | - |
| HSV(B) | 60.9º | 0.99% | 0.8% | - |
| XYZ | 45.7 | 55.61 | 8.41 | - |
| YUV | 180.19 | 28.01 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 3 | 0.01 | 0 | 0.99 | 0.2 | 60.9 | 0.97 | 0.41 |
| Hex | C9 | CC | 3 | 1 | 0 | 63 | 14 | 3D | 61 | 29 |
| Octal | 311 | 314 | 3 | 1 | 0 | 143 | 24 | 75 | 141 | 51 |
| Binary | 11001001 | 11001100 | 11 | 1 | 0 | 1100011 | 10100 | 111101 | 1100001 | 101001 |
Color Harmonies of #C9CC03
Complementary color
Monochromatic Colors of #C9CC03
Black with #C9CC03
Text Example
Text Example
White with #C9CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC03; }
p { color: rgb(201,204,3); }
H1.HeaderClassName
{
color: #C9CC03;
}
.AnyTagClassName
{
color: #C9CC03;
}
</style>
background-color css
<style>
a { background-color: #C9CC03; }
a { background-color: rgb(201,204,3); }
div.DivClassName
{
background-color: #C9CC03;
}
.BgClassName
{
background-color: #C9CC03;
}
</style>
border-color css
<style>
span { border-color: #C9CC03; }
span { border-color: rgb(201,204,3); }
td.TdClassName
{
border-color: #C9CC03;
}
.TagClassName
{
border-color: #C9CC03;
}
</style>