#C0BA10

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

Shades of La Rioja #C0BA10

Tints of La Rioja #C0BA10

Color information

#C0BA10 (or 0xC0BA10) is unknown color: approx La Rioja. HEX triplet: C0, BA and 10. RGB value is (192,186,16). Sum of RGB (Red+Green+Blue) = 192+186+16=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA10 is #3F45EF. Grayscale: #A9A9A9. Windows color (decimal): -4146672 or 1096384. OLE color: 1096384.

HSL color Cylindrical-coordinate representation of color #C0BA10: hue angle of 57.95º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0BA10 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19218616-
CMYK00.030.920.25
HSL57.95º84.62%40.78%-
HSV(B)57.95º91.67%75.29%-
XYZ39.3946.367.36-
YUV168.4141.99144.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 186 (73.05% from 255) = 47.21%
BLUE value IS 16 (6.64% from 255) = 4.06%
R=48.73%
G=47.21%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921861600.030.920.2557.9584.6240.78
HexC0BA10035C193a5529
Octal3002722003134317212551
Binary1100000010111010100000111011100110011110101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA10; }

 p { color: rgb(192,186,16); }

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

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

 a { background-color: rgb(192,186,16); }

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

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

 span { border-color: rgb(192,186,16); }

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