#C3BD11

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

Shades of La Rioja #C3BD11

Tints of La Rioja #C3BD11

Color information

#C3BD11 (or 0xC3BD11) is unknown color: approx La Rioja. HEX triplet: C3, BD and 11. RGB value is (195,189,17). Sum of RGB (Red+Green+Blue) = 195+189+17=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BD11 is #3C42EE. Grayscale: #ABABAB. Windows color (decimal): -3949295 or 1162691. OLE color: 1162691.

HSL color Cylindrical-coordinate representation of color #C3BD11: hue angle of 57.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3BD11 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19518917-
CMYK00.030.910.24
HSL57.98º83.96%41.57%-
HSV(B)57.98º91.28%76.47%-
XYZ40.848.047.65-
YUV171.1940.99144.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 17 (7.03% from 255) = 4.24%
R=48.63%
G=47.13%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951891700.030.910.2457.9883.9641.57
HexC3BD11035B183a542a
Octal3032752103133307212452
Binary1100001110111101100010111011011110001110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD11; }

 p { color: rgb(195,189,17); }

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

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

 a { background-color: rgb(195,189,17); }

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

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

 span { border-color: rgb(195,189,17); }

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