#C3BA0E

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

Shades of La Rioja #C3BA0E

Tints of La Rioja #C3BA0E

Color information

#C3BA0E (or 0xC3BA0E) is unknown color: approx La Rioja. HEX triplet: C3, BA and 0E. RGB value is (195,186,14). Sum of RGB (Red+Green+Blue) = 195+186+14=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA0E is #3C45F1. Grayscale: #A9A9A9. Windows color (decimal): -3950066 or 965315. OLE color: 965315.

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

Color convert

RGB19518614-
CMYK00.050.930.24
HSL57.02º86.6%40.98%-
HSV(B)57.02º92.82%76.47%-
XYZ40.1446.757.32-
YUV169.0840.48146.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=49.37%
G=47.09%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951861400.050.930.2457.0286.640.98
HexC3BAE055D18395729
Octal3032721605135307112751
Binary1100001110111010111001011011101110001110011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA0E; }

 p { color: rgb(195,186,14); }

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

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

 a { background-color: rgb(195,186,14); }

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

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

 span { border-color: rgb(195,186,14); }

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