#C2B712

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

Shades of La Rioja #C2B712

Tints of La Rioja #C2B712

Color information

#C2B712 (or 0xC2B712) is unknown color: approx La Rioja. HEX triplet: C2, B7 and 12. RGB value is (194,183,18). Sum of RGB (Red+Green+Blue) = 194+183+18=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B712 is #3D48ED. Grayscale: #A8A8A8. Windows color (decimal): -4016366 or 1226690. OLE color: 1226690.

HSL color Cylindrical-coordinate representation of color #C2B712: hue angle of 56.25º degrees, saturation: 0.83, 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 #C2B712 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19418318-
CMYK00.060.910.24
HSL56.25º83.02%41.57%-
HSV(B)56.25º90.72%76.08%-
XYZ39.2945.387.26-
YUV167.4843.64146.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 183 (71.88% from 255) = 46.33%
BLUE value IS 18 (7.42% from 255) = 4.56%
R=49.11%
G=46.33%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941831800.060.910.2456.2583.0241.57
HexC2B712065B1838532a
Octal3022672206133307012352
Binary11000010101101111001001101011011110001110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B712; }

 p { color: rgb(194,183,18); }

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

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

 a { background-color: rgb(194,183,18); }

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

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

 span { border-color: rgb(194,183,18); }

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