Shades of Rio Grande #C4CF16
Tints of Rio Grande #C4CF16
RGB
CMYK
RGB Variations
Color information
#C4CF16 (or 0xC4CF16) is known color: Rio Grande. HEX triplet: C4, CF and 16. RGB value is (196,207,22). Sum of RGB (Red+Green+Blue) = 196+207+22=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CF16 is #3B30E9. Grayscale: #B7B7B7. Windows color (decimal): -3879146 or 1494980. OLE color: 1494980.
HSL color Cylindrical-coordinate representation of color #C4CF16: hue angle of 63.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4CF16 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 22 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.19 |
| HSL | 63.57º | 0.81% | 0.45% | - |
| HSV(B) | 63.57º | 0.89% | 0.81% | - |
| XYZ | 45.22 | 56.42 | 9.27 | - |
| YUV | 182.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 22 | 0.05 | 0 | 0.89 | 0.19 | 63.57 | 0.81 | 0.45 |
| Hex | C4 | CF | 16 | 5 | 0 | 59 | 13 | 40 | 51 | 2D |
| Octal | 304 | 317 | 26 | 5 | 0 | 131 | 23 | 100 | 121 | 55 |
| Binary | 11000100 | 11001111 | 10110 | 101 | 0 | 1011001 | 10011 | 1000000 | 1010001 | 101101 |
Color Harmonies of #C4CF16
Complementary color
Monochromatic Colors of #C4CF16
Black with #C4CF16
Text Example
Text Example
White with #C4CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF16; }
p { color: rgb(196,207,22); }
H1.HeaderClassName
{
color: #C4CF16;
}
.AnyTagClassName
{
color: #C4CF16;
}
</style>
background-color css
<style>
a { background-color: #C4CF16; }
a { background-color: rgb(196,207,22); }
div.DivClassName
{
background-color: #C4CF16;
}
.BgClassName
{
background-color: #C4CF16;
}
</style>
border-color css
<style>
span { border-color: #C4CF16; }
span { border-color: rgb(196,207,22); }
td.TdClassName
{
border-color: #C4CF16;
}
.TagClassName
{
border-color: #C4CF16;
}
</style>