Shades of Rio Grande #C6CF1D
Tints of Rio Grande #C6CF1D
RGB
CMYK
RGB Variations
Color information
#C6CF1D (or 0xC6CF1D) is known color: Rio Grande. HEX triplet: C6, CF and 1D. RGB value is (198,207,29). Sum of RGB (Red+Green+Blue) = 198+207+29=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF1D is #3930E2. Grayscale: #B8B8B8. Windows color (decimal): -3748067 or 1953734. OLE color: 1953734.
HSL color Cylindrical-coordinate representation of color #C6CF1D: hue angle of 63.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6CF1D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 29 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.19 |
| HSL | 63.03º | 0.75% | 0.46% | - |
| HSV(B) | 63.03º | 0.86% | 0.81% | - |
| XYZ | 45.82 | 56.72 | 9.7 | - |
| YUV | 184.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 29 | 0.04 | 0 | 0.86 | 0.19 | 63.03 | 0.75 | 0.46 |
| Hex | C6 | CF | 1D | 4 | 0 | 56 | 13 | 3F | 4B | 2E |
| Octal | 306 | 317 | 35 | 4 | 0 | 126 | 23 | 77 | 113 | 56 |
| Binary | 11000110 | 11001111 | 11101 | 100 | 0 | 1010110 | 10011 | 111111 | 1001011 | 101110 |
Color Harmonies of #C6CF1D
Complementary color
Monochromatic Colors of #C6CF1D
Black with #C6CF1D
Text Example
Text Example
White with #C6CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF1D; }
p { color: rgb(198,207,29); }
H1.HeaderClassName
{
color: #C6CF1D;
}
.AnyTagClassName
{
color: #C6CF1D;
}
</style>
background-color css
<style>
a { background-color: #C6CF1D; }
a { background-color: rgb(198,207,29); }
div.DivClassName
{
background-color: #C6CF1D;
}
.BgClassName
{
background-color: #C6CF1D;
}
</style>
border-color css
<style>
span { border-color: #C6CF1D; }
span { border-color: rgb(198,207,29); }
td.TdClassName
{
border-color: #C6CF1D;
}
.TagClassName
{
border-color: #C6CF1D;
}
</style>