#C0B414

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

Shades of La Rioja #C0B414

Tints of La Rioja #C0B414

Color information

#C0B414 (or 0xC0B414) is unknown color: approx La Rioja. HEX triplet: C0, B4 and 14. RGB value is (192,180,20). Sum of RGB (Red+Green+Blue) = 192+180+20=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B414 is #3F4BEB. Grayscale: #A5A5A5. Windows color (decimal): -4148204 or 1356992. OLE color: 1356992.

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

Color convert

RGB19218020-
CMYK00.060.900.25
HSL55.81º81.13%41.57%-
HSV(B)55.81º89.58%75.29%-
XYZ38.1943.97.12-
YUV165.3545.98147.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 20 (8.20% from 255) = 5.10%
R=48.98%
G=45.92%
B=5.10%

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
Decimal1921802000.060.900.2555.8181.1341.57
HexC0B414065A1938512a
Octal3002642406132317012152
Binary11000000101101001010001101011010110011110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B414; }

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

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

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

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

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

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

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

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