Shades of Rio Grande #C3C61C
Tints of Rio Grande #C3C61C
RGB
CMYK
RGB Variations
Color information
#C3C61C (or 0xC3C61C) is known color: Rio Grande. HEX triplet: C3, C6 and 1C. RGB value is (195,198,28). Sum of RGB (Red+Green+Blue) = 195+198+28=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C61C is #3C39E3. Grayscale: #B2B2B2. Windows color (decimal): -3946980 or 1885891. OLE color: 1885891.
HSL color Cylindrical-coordinate representation of color #C3C61C: hue angle of 61.06º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3C61C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 28 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.22 |
| HSL | 61.06º | 0.75% | 0.44% | - |
| HSV(B) | 61.06º | 0.86% | 0.78% | - |
| XYZ | 42.91 | 52.07 | 8.89 | - |
| YUV | 177.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 28 | 0.02 | 0 | 0.86 | 0.22 | 61.06 | 0.75 | 0.44 |
| Hex | C3 | C6 | 1C | 2 | 0 | 56 | 16 | 3D | 4B | 2C |
| Octal | 303 | 306 | 34 | 2 | 0 | 126 | 26 | 75 | 113 | 54 |
| Binary | 11000011 | 11000110 | 11100 | 10 | 0 | 1010110 | 10110 | 111101 | 1001011 | 101100 |
Color Harmonies of #C3C61C
Complementary color
Monochromatic Colors of #C3C61C
Black with #C3C61C
Text Example
Text Example
White with #C3C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C61C; }
p { color: rgb(195,198,28); }
H1.HeaderClassName
{
color: #C3C61C;
}
.AnyTagClassName
{
color: #C3C61C;
}
</style>
background-color css
<style>
a { background-color: #C3C61C; }
a { background-color: rgb(195,198,28); }
div.DivClassName
{
background-color: #C3C61C;
}
.BgClassName
{
background-color: #C3C61C;
}
</style>
border-color css
<style>
span { border-color: #C3C61C; }
span { border-color: rgb(195,198,28); }
td.TdClassName
{
border-color: #C3C61C;
}
.TagClassName
{
border-color: #C3C61C;
}
</style>