#C2B414

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

Shades of La Rioja #C2B414

Tints of La Rioja #C2B414

Color information

#C2B414 (or 0xC2B414) is unknown color: approx La Rioja. HEX triplet: C2, B4 and 14. RGB value is (194,180,20). Sum of RGB (Red+Green+Blue) = 194+180+20=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B414 is #3D4BEB. Grayscale: #A6A6A6. Windows color (decimal): -4017132 or 1356994. OLE color: 1356994.

HSL color Cylindrical-coordinate representation of color #C2B414: hue angle of 55.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2B414 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19418020-
CMYK00.070.900.24
HSL55.17º81.31%41.96%-
HSV(B)55.17º89.69%76.08%-
XYZ38.744.167.15-
YUV165.9545.64148.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.24%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 20 (8.20% from 255) = 5.08%
R=49.24%
G=45.69%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941802000.070.900.2455.1781.3141.96
HexC2B414075A1837512a
Octal3022642407132306712152
Binary11000010101101001010001111011010110001101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B414; }

 p { color: rgb(194,180,20); }

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

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

 a { background-color: rgb(194,180,20); }

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

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

 span { border-color: rgb(194,180,20); }

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