#C0B514

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

Shades of La Rioja #C0B514

Tints of La Rioja #C0B514

Color information

#C0B514 (or 0xC0B514) is unknown color: approx La Rioja. HEX triplet: C0, B5 and 14. RGB value is (192,181,20). Sum of RGB (Red+Green+Blue) = 192+181+20=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B514 is #3F4AEB. Grayscale: #A6A6A6. Windows color (decimal): -4147948 or 1357248. OLE color: 1357248.

HSL color Cylindrical-coordinate representation of color #C0B514: hue angle of 56.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0B514 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19218120-
CMYK00.060.900.25
HSL56.16º81.13%41.57%-
HSV(B)56.16º89.58%75.29%-
XYZ38.3944.37.19-
YUV165.9445.64146.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 181 (71.09% from 255) = 46.06%
BLUE value IS 20 (8.20% from 255) = 5.09%
R=48.85%
G=46.06%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921812000.060.900.2556.1681.1341.57
HexC0B514065A1938512a
Octal3002652406132317012152
Binary11000000101101011010001101011010110011110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B514; }

 p { color: rgb(192,181,20); }

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

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

 a { background-color: rgb(192,181,20); }

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

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

 span { border-color: rgb(192,181,20); }

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