Shades of Rio Grande #C4C71F
Tints of Rio Grande #C4C71F
RGB
CMYK
RGB Variations
Color information
#C4C71F (or 0xC4C71F) is known color: Rio Grande. HEX triplet: C4, C7 and 1F. RGB value is (196,199,31). Sum of RGB (Red+Green+Blue) = 196+199+31=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C71F is #3B38E0. Grayscale: #B3B3B3. Windows color (decimal): -3881185 or 2082756. OLE color: 2082756.
HSL color Cylindrical-coordinate representation of color #C4C71F: hue angle of 61.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4C71F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 31 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.22 |
| HSL | 61.07º | 0.73% | 0.45% | - |
| HSV(B) | 61.07º | 0.84% | 0.78% | - |
| XYZ | 43.44 | 52.68 | 9.18 | - |
| YUV | 178.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 31 | 0.02 | 0 | 0.84 | 0.22 | 61.07 | 0.73 | 0.45 |
| Hex | C4 | C7 | 1F | 2 | 0 | 54 | 16 | 3D | 49 | 2D |
| Octal | 304 | 307 | 37 | 2 | 0 | 124 | 26 | 75 | 111 | 55 |
| Binary | 11000100 | 11000111 | 11111 | 10 | 0 | 1010100 | 10110 | 111101 | 1001001 | 101101 |
Color Harmonies of #C4C71F
Complementary color
Monochromatic Colors of #C4C71F
Black with #C4C71F
Text Example
Text Example
White with #C4C71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C71F; }
p { color: rgb(196,199,31); }
H1.HeaderClassName
{
color: #C4C71F;
}
.AnyTagClassName
{
color: #C4C71F;
}
</style>
background-color css
<style>
a { background-color: #C4C71F; }
a { background-color: rgb(196,199,31); }
div.DivClassName
{
background-color: #C4C71F;
}
.BgClassName
{
background-color: #C4C71F;
}
</style>
border-color css
<style>
span { border-color: #C4C71F; }
span { border-color: rgb(196,199,31); }
td.TdClassName
{
border-color: #C4C71F;
}
.TagClassName
{
border-color: #C4C71F;
}
</style>