Shades of Rio Grande #C1CF11
Tints of Rio Grande #C1CF11
RGB
CMYK
RGB Variations
Color information
#C1CF11 (or 0xC1CF11) is known color: Rio Grande. HEX triplet: C1, CF and 11. RGB value is (193,207,17). Sum of RGB (Red+Green+Blue) = 193+207+17=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CF11 is #3E30EE. Grayscale: #B5B5B5. Windows color (decimal): -4075759 or 1167297. OLE color: 1167297.
HSL color Cylindrical-coordinate representation of color #C1CF11: hue angle of 64.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1CF11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.19 |
| HSL | 64.42º | 0.85% | 0.44% | - |
| HSV(B) | 64.42º | 0.92% | 0.81% | - |
| XYZ | 44.41 | 56 | 9 | - |
| YUV | 181.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 17 | 0.07 | 0 | 0.92 | 0.19 | 64.42 | 0.85 | 0.44 |
| Hex | C1 | CF | 11 | 7 | 0 | 5C | 13 | 40 | 55 | 2C |
| Octal | 301 | 317 | 21 | 7 | 0 | 134 | 23 | 100 | 125 | 54 |
| Binary | 11000001 | 11001111 | 10001 | 111 | 0 | 1011100 | 10011 | 1000000 | 1010101 | 101100 |
Color Harmonies of #C1CF11
Complementary color
Monochromatic Colors of #C1CF11
Black with #C1CF11
Text Example
Text Example
White with #C1CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF11; }
p { color: rgb(193,207,17); }
H1.HeaderClassName
{
color: #C1CF11;
}
.AnyTagClassName
{
color: #C1CF11;
}
</style>
background-color css
<style>
a { background-color: #C1CF11; }
a { background-color: rgb(193,207,17); }
div.DivClassName
{
background-color: #C1CF11;
}
.BgClassName
{
background-color: #C1CF11;
}
</style>
border-color css
<style>
span { border-color: #C1CF11; }
span { border-color: rgb(193,207,17); }
td.TdClassName
{
border-color: #C1CF11;
}
.TagClassName
{
border-color: #C1CF11;
}
</style>