#C1B80A

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

Shades of La Rioja #C1B80A

Tints of La Rioja #C1B80A

Color information

#C1B80A (or 0xC1B80A) is unknown color: approx La Rioja. HEX triplet: C1, B8 and 0A. RGB value is (193,184,10). Sum of RGB (Red+Green+Blue) = 193+184+10=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B80A is #3E47F5. Grayscale: #A7A7A7. Windows color (decimal): -4081654 or 702657. OLE color: 702657.

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

Color convert

RGB19318410-
CMYK00.050.950.24
HSL57.05º90.15%39.8%-
HSV(B)57.05º94.82%75.69%-
XYZ39.1945.647.03-
YUV166.8639.48146.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=49.87%
G=47.55%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931841000.050.950.2457.0590.1539.8
HexC1B8A055F18395a28
Octal3012701205137307113250
Binary1100000110111000101001011011111110001110011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B80A; }

 p { color: rgb(193,184,10); }

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

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

 a { background-color: rgb(193,184,10); }

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

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

 span { border-color: rgb(193,184,10); }

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