Shades of Rio Grande #C3CF1F
Tints of Rio Grande #C3CF1F
RGB
CMYK
RGB Variations
Color information
#C3CF1F (or 0xC3CF1F) is known color: Rio Grande. HEX triplet: C3, CF and 1F. RGB value is (195,207,31). Sum of RGB (Red+Green+Blue) = 195+207+31=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF1F is #3C30E0. Grayscale: #B8B8B8. Windows color (decimal): -3944673 or 2084803. OLE color: 2084803.
HSL color Cylindrical-coordinate representation of color #C3CF1F: hue angle of 64.09º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3CF1F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 31 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.19 |
| HSL | 64.09º | 0.74% | 0.47% | - |
| HSV(B) | 64.09º | 0.85% | 0.81% | - |
| XYZ | 45.07 | 56.33 | 9.79 | - |
| YUV | 183.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 31 | 0.06 | 0 | 0.85 | 0.19 | 64.09 | 0.74 | 0.47 |
| Hex | C3 | CF | 1F | 6 | 0 | 55 | 13 | 40 | 4A | 2F |
| Octal | 303 | 317 | 37 | 6 | 0 | 125 | 23 | 100 | 112 | 57 |
| Binary | 11000011 | 11001111 | 11111 | 110 | 0 | 1010101 | 10011 | 1000000 | 1001010 | 101111 |
Color Harmonies of #C3CF1F
Complementary color
Monochromatic Colors of #C3CF1F
Black with #C3CF1F
Text Example
Text Example
White with #C3CF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF1F; }
p { color: rgb(195,207,31); }
H1.HeaderClassName
{
color: #C3CF1F;
}
.AnyTagClassName
{
color: #C3CF1F;
}
</style>
background-color css
<style>
a { background-color: #C3CF1F; }
a { background-color: rgb(195,207,31); }
div.DivClassName
{
background-color: #C3CF1F;
}
.BgClassName
{
background-color: #C3CF1F;
}
</style>
border-color css
<style>
span { border-color: #C3CF1F; }
span { border-color: rgb(195,207,31); }
td.TdClassName
{
border-color: #C3CF1F;
}
.TagClassName
{
border-color: #C3CF1F;
}
</style>