#C0B314

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

Shades of La Rioja #C0B314

Tints of La Rioja #C0B314

Color information

#C0B314 (or 0xC0B314) is unknown color: approx La Rioja. HEX triplet: C0, B3 and 14. RGB value is (192,179,20). Sum of RGB (Red+Green+Blue) = 192+179+20=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B314 is #3F4CEB. Grayscale: #A5A5A5. Windows color (decimal): -4148460 or 1356736. OLE color: 1356736.

HSL color Cylindrical-coordinate representation of color #C0B314: hue angle of 55.47º 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 #C0B314 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19217920-
CMYK00.070.900.25
HSL55.47º81.13%41.57%-
HSV(B)55.47º89.58%75.29%-
XYZ37.9843.57.06-
YUV164.7646.31147.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 20 (8.20% from 255) = 5.12%
R=49.10%
G=45.78%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921792000.070.900.2555.4781.1341.57
HexC0B314075A1937512a
Octal3002632407132316712152
Binary11000000101100111010001111011010110011101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B314; }

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

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

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

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

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

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

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

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