#C2C104

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

Shades of La Rioja #C2C104

Tints of La Rioja #C2C104

Color information

#C2C104 (or 0xC2C104) is unknown color: approx La Rioja. HEX triplet: C2, C1 and 04. RGB value is (194,193,4). Sum of RGB (Red+Green+Blue) = 194+193+4=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C104 is #3D3EFB. Grayscale: #ACACAC. Windows color (decimal): -4013820 or 311746. OLE color: 311746.

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

Color convert

RGB1941934-
CMYK00.010.980.24
HSL59.68º95.96%38.82%-
HSV(B)59.68º97.94%76.08%-
XYZ41.3449.627.51-
YUV171.7533.33143.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 4 (1.95% from 255) = 1.02%
R=49.62%
G=49.36%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194193400.010.980.2459.6895.9638.82
HexC2C140162183c6027
Octal302301401142307414047
Binary1100001011000001100011100010110001111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C104; }

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

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

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

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

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

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

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

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