#C1B71A

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

Shades of La Rioja #C1B71A

Tints of La Rioja #C1B71A

Color information

#C1B71A (or 0xC1B71A) is unknown color: approx La Rioja. HEX triplet: C1, B7 and 1A. RGB value is (193,183,26). Sum of RGB (Red+Green+Blue) = 193+183+26=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B71A is #3E48E5. Grayscale: #A8A8A8. Windows color (decimal): -4081894 or 1750977. OLE color: 1750977.

HSL color Cylindrical-coordinate representation of color #C1B71A: hue angle of 56.41º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1B71A is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19318326-
CMYK00.050.870.24
HSL56.41º76.26%42.94%-
HSV(B)56.41º86.53%75.69%-
XYZ39.1145.287.66-
YUV168.0947.81145.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 26 (10.55% from 255) = 6.47%
R=48.01%
G=45.52%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931832600.050.870.2456.4176.2642.94
HexC1B71A055718384c2b
Octal3012673205127307011453
Binary11000001101101111101001011010111110001110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B71A; }

 p { color: rgb(193,183,26); }

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

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

 a { background-color: rgb(193,183,26); }

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

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

 span { border-color: rgb(193,183,26); }

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