#C2C011

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

Shades of La Rioja #C2C011

Tints of La Rioja #C2C011

Color information

#C2C011 (or 0xC2C011) is unknown color: approx La Rioja. HEX triplet: C2, C0 and 11. RGB value is (194,192,17). Sum of RGB (Red+Green+Blue) = 194+192+17=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C011 is #3D3FEE. Grayscale: #ADADAD. Windows color (decimal): -4014063 or 1163458. OLE color: 1163458.

HSL color Cylindrical-coordinate representation of color #C2C011: hue angle of 59.32º 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 #C2C011 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19419217-
CMYK00.010.910.24
HSL59.32º83.89%41.37%-
HSV(B)59.32º91.24%76.08%-
XYZ41.249.217.86-
YUV172.6540.16143.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 192 (75.39% from 255) = 47.64%
BLUE value IS 17 (7.03% from 255) = 4.22%
R=48.14%
G=47.64%
B=4.22%

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
Decimal1941921700.010.910.2459.3283.8941.37
HexC2C011015B183b5429
Octal3023002101133307312451
Binary110000101100000010001011011011110001110111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C011; }

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

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

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

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

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

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

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

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