Shades of Rio Grande #C3C924
Tints of Rio Grande #C3C924
RGB
CMYK
RGB Variations
Color information
#C3C924 (or 0xC3C924) is known color: Rio Grande. HEX triplet: C3, C9 and 24. RGB value is (195,201,36). Sum of RGB (Red+Green+Blue) = 195+201+36=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C924 is #3C36DB. Grayscale: #B5B5B5. Windows color (decimal): -3946204 or 2410947. OLE color: 2410947.
HSL color Cylindrical-coordinate representation of color #C3C924: hue angle of 62.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3C924 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 36 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.21 |
| HSL | 62.18º | 0.7% | 0.46% | - |
| HSV(B) | 62.18º | 0.82% | 0.79% | - |
| XYZ | 43.71 | 53.5 | 9.69 | - |
| YUV | 180.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 36 | 0.03 | 0 | 0.82 | 0.21 | 62.18 | 0.7 | 0.46 |
| Hex | C3 | C9 | 24 | 3 | 0 | 52 | 15 | 3E | 46 | 2E |
| Octal | 303 | 311 | 44 | 3 | 0 | 122 | 25 | 76 | 106 | 56 |
| Binary | 11000011 | 11001001 | 100100 | 11 | 0 | 1010010 | 10101 | 111110 | 1000110 | 101110 |
Color Harmonies of #C3C924
Complementary color
Monochromatic Colors of #C3C924
Black with #C3C924
Text Example
Text Example
White with #C3C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C924; }
p { color: rgb(195,201,36); }
H1.HeaderClassName
{
color: #C3C924;
}
.AnyTagClassName
{
color: #C3C924;
}
</style>
background-color css
<style>
a { background-color: #C3C924; }
a { background-color: rgb(195,201,36); }
div.DivClassName
{
background-color: #C3C924;
}
.BgClassName
{
background-color: #C3C924;
}
</style>
border-color css
<style>
span { border-color: #C3C924; }
span { border-color: rgb(195,201,36); }
td.TdClassName
{
border-color: #C3C924;
}
.TagClassName
{
border-color: #C3C924;
}
</style>