Shades of Rio Grande #C6CF12
Tints of Rio Grande #C6CF12
RGB
CMYK
RGB Variations
Color information
#C6CF12 (or 0xC6CF12) is known color: Rio Grande. HEX triplet: C6, CF and 12. RGB value is (198,207,18). Sum of RGB (Red+Green+Blue) = 198+207+18=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CF12 is #3930ED. Grayscale: #B7B7B7. Windows color (decimal): -3748078 or 1232838. OLE color: 1232838.
HSL color Cylindrical-coordinate representation of color #C6CF12: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6CF12 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 18 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.19 |
| HSL | 62.86º | 0.84% | 0.44% | - |
| HSV(B) | 62.86º | 0.91% | 0.81% | - |
| XYZ | 45.71 | 56.68 | 9.1 | - |
| YUV | 182.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 18 | 0.04 | 0 | 0.91 | 0.19 | 62.86 | 0.84 | 0.44 |
| Hex | C6 | CF | 12 | 4 | 0 | 5B | 13 | 3F | 54 | 2C |
| Octal | 306 | 317 | 22 | 4 | 0 | 133 | 23 | 77 | 124 | 54 |
| Binary | 11000110 | 11001111 | 10010 | 100 | 0 | 1011011 | 10011 | 111111 | 1010100 | 101100 |
Color Harmonies of #C6CF12
Complementary color
Monochromatic Colors of #C6CF12
Black with #C6CF12
Text Example
Text Example
White with #C6CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF12; }
p { color: rgb(198,207,18); }
H1.HeaderClassName
{
color: #C6CF12;
}
.AnyTagClassName
{
color: #C6CF12;
}
</style>
background-color css
<style>
a { background-color: #C6CF12; }
a { background-color: rgb(198,207,18); }
div.DivClassName
{
background-color: #C6CF12;
}
.BgClassName
{
background-color: #C6CF12;
}
</style>
border-color css
<style>
span { border-color: #C6CF12; }
span { border-color: rgb(198,207,18); }
td.TdClassName
{
border-color: #C6CF12;
}
.TagClassName
{
border-color: #C6CF12;
}
</style>