#C2B516

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

Shades of La Rioja #C2B516

Tints of La Rioja #C2B516

Color information

#C2B516 (or 0xC2B516) is unknown color: approx La Rioja. HEX triplet: C2, B5 and 16. RGB value is (194,181,22). Sum of RGB (Red+Green+Blue) = 194+181+22=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B516 is #3D4AE9. Grayscale: #A7A7A7. Windows color (decimal): -4016874 or 1488322. OLE color: 1488322.

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

Color convert

RGB19418122-
CMYK00.070.890.24
HSL55.47º79.63%42.35%-
HSV(B)55.47º88.66%76.08%-
XYZ38.9244.587.31-
YUV166.7646.31147.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 22 (8.98% from 255) = 5.54%
R=48.87%
G=45.59%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941812200.070.890.2455.4779.6342.35
HexC2B51607591837502a
Octal3022652607131306712052
Binary11000010101101011011001111011001110001101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B516; }

 p { color: rgb(194,181,22); }

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

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

 a { background-color: rgb(194,181,22); }

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

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

 span { border-color: rgb(194,181,22); }

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