#C2C111

Color #C2C111 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C2C111

Tints of La Rioja #C2C111

Color information

#C2C111 (or 0xC2C111) is unknown color: approx La Rioja. HEX triplet: C2, C1 and 11. RGB value is (194,193,17). Sum of RGB (Red+Green+Blue) = 194+193+17=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C111 is #3D3EEE. Grayscale: #ADADAD. Windows color (decimal): -4013807 or 1163714. OLE color: 1163714.

HSL color Cylindrical-coordinate representation of color #C2C111: hue angle of 59.66º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2C111 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19419317-
CMYK00.010.910.24
HSL59.66º83.89%41.37%-
HSV(B)59.66º91.24%76.08%-
XYZ41.4249.657.93-
YUV173.2439.83142.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 193 (75.78% from 255) = 47.77%
BLUE value IS 17 (7.03% from 255) = 4.21%
R=48.02%
G=47.77%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941931700.010.910.2459.6683.8941.37
HexC2C111015B183c5429
Octal3023012101133307412451
Binary110000101100000110001011011011110001111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C111; }

 p { color: rgb(194,193,17); }

 H1.HeaderClassName
 {
   color: #C2C111;
 }
 .AnyTagClassName
 {
   color: #C2C111;
 }
</style>
background-color css

<style>
 a { background-color: #C2C111; }

 a { background-color: rgb(194,193,17); }

 div.DivClassName
 {
   background-color: #C2C111;
 }
 .BgClassName
 {
   background-color: #C2C111;
 }
</style>
border-color css

<style>
 span { border-color: #C2C111; }

 span { border-color: rgb(194,193,17); }

 td.TdClassName
 {
   border-color: #C2C111;
 }
 .TagClassName
 {
   border-color: #C2C111;
 }
</style>