#C1B414

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

Shades of La Rioja #C1B414

Tints of La Rioja #C1B414

Color information

#C1B414 (or 0xC1B414) is unknown color: approx La Rioja. HEX triplet: C1, B4 and 14. RGB value is (193,180,20). Sum of RGB (Red+Green+Blue) = 193+180+20=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B414 is #3E4BEB. Grayscale: #A6A6A6. Windows color (decimal): -4082668 or 1356993. OLE color: 1356993.

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

Color convert

RGB19318020-
CMYK00.070.900.24
HSL55.49º81.22%41.76%-
HSV(B)55.49º89.64%75.69%-
XYZ38.4444.037.13-
YUV165.6545.81147.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 20 (8.20% from 255) = 5.09%
R=49.11%
G=45.80%
B=5.09%

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
Decimal1931802000.070.900.2455.4981.2241.76
HexC1B414075A1837512a
Octal3012642407132306712152
Binary11000001101101001010001111011010110001101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B414; }

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

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

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

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

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

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

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

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