Shades of Rio Grande #C3C825
Tints of Rio Grande #C3C825
RGB
CMYK
RGB Variations
Color information
#C3C825 (or 0xC3C825) is known color: Rio Grande. HEX triplet: C3, C8 and 25. RGB value is (195,200,37). Sum of RGB (Red+Green+Blue) = 195+200+37=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C825 is #3C37DA. Grayscale: #B4B4B4. Windows color (decimal): -3946459 or 2476227. OLE color: 2476227.
HSL color Cylindrical-coordinate representation of color #C3C825: hue angle of 61.84º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3C825 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 37 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.22 |
| HSL | 61.84º | 0.69% | 0.46% | - |
| HSV(B) | 61.84º | 0.82% | 0.78% | - |
| XYZ | 43.49 | 53.04 | 9.7 | - |
| YUV | 179.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 37 | 0.02 | 0 | 0.82 | 0.22 | 61.84 | 0.69 | 0.46 |
| Hex | C3 | C8 | 25 | 2 | 0 | 52 | 16 | 3E | 45 | 2E |
| Octal | 303 | 310 | 45 | 2 | 0 | 122 | 26 | 76 | 105 | 56 |
| Binary | 11000011 | 11001000 | 100101 | 10 | 0 | 1010010 | 10110 | 111110 | 1000101 | 101110 |
Color Harmonies of #C3C825
Complementary color
Monochromatic Colors of #C3C825
Black with #C3C825
Text Example
Text Example
White with #C3C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C825; }
p { color: rgb(195,200,37); }
H1.HeaderClassName
{
color: #C3C825;
}
.AnyTagClassName
{
color: #C3C825;
}
</style>
background-color css
<style>
a { background-color: #C3C825; }
a { background-color: rgb(195,200,37); }
div.DivClassName
{
background-color: #C3C825;
}
.BgClassName
{
background-color: #C3C825;
}
</style>
border-color css
<style>
span { border-color: #C3C825; }
span { border-color: rgb(195,200,37); }
td.TdClassName
{
border-color: #C3C825;
}
.TagClassName
{
border-color: #C3C825;
}
</style>