Shades of Rio Grande #C3CC21
Tints of Rio Grande #C3CC21
RGB
CMYK
RGB Variations
Color information
#C3CC21 (or 0xC3CC21) is known color: Rio Grande. HEX triplet: C3, CC and 21. RGB value is (195,204,33). Sum of RGB (Red+Green+Blue) = 195+204+33=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CC21 is #3C33DE. Grayscale: #B6B6B6. Windows color (decimal): -3945439 or 2215107. OLE color: 2215107.
HSL color Cylindrical-coordinate representation of color #C3CC21: hue angle of 63.16º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3CC21 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 33 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.2 |
| HSL | 63.16º | 0.72% | 0.46% | - |
| HSV(B) | 63.16º | 0.84% | 0.8% | - |
| XYZ | 44.37 | 54.9 | 9.7 | - |
| YUV | 181.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 33 | 0.04 | 0 | 0.84 | 0.2 | 63.16 | 0.72 | 0.46 |
| Hex | C3 | CC | 21 | 4 | 0 | 54 | 14 | 3F | 48 | 2E |
| Octal | 303 | 314 | 41 | 4 | 0 | 124 | 24 | 77 | 110 | 56 |
| Binary | 11000011 | 11001100 | 100001 | 100 | 0 | 1010100 | 10100 | 111111 | 1001000 | 101110 |
Color Harmonies of #C3CC21
Complementary color
Monochromatic Colors of #C3CC21
Black with #C3CC21
Text Example
Text Example
White with #C3CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC21; }
p { color: rgb(195,204,33); }
H1.HeaderClassName
{
color: #C3CC21;
}
.AnyTagClassName
{
color: #C3CC21;
}
</style>
background-color css
<style>
a { background-color: #C3CC21; }
a { background-color: rgb(195,204,33); }
div.DivClassName
{
background-color: #C3CC21;
}
.BgClassName
{
background-color: #C3CC21;
}
</style>
border-color css
<style>
span { border-color: #C3CC21; }
span { border-color: rgb(195,204,33); }
td.TdClassName
{
border-color: #C3CC21;
}
.TagClassName
{
border-color: #C3CC21;
}
</style>