#C0B40E

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

Shades of La Rioja #C0B40E

Tints of La Rioja #C0B40E

Color information

#C0B40E (or 0xC0B40E) is unknown color: approx La Rioja. HEX triplet: C0, B4 and 0E. RGB value is (192,180,14). Sum of RGB (Red+Green+Blue) = 192+180+14=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B40E is #3F4BF1. Grayscale: #A5A5A5. Windows color (decimal): -4148210 or 963776. OLE color: 963776.

HSL color Cylindrical-coordinate representation of color #C0B40E: hue angle of 55.96º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0B40E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19218014-
CMYK00.060.930.25
HSL55.96º86.41%40.39%-
HSV(B)55.96º92.71%75.29%-
XYZ38.1443.886.88-
YUV164.6642.98147.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 14 (5.86% from 255) = 3.63%
R=49.74%
G=46.63%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921801400.060.930.2555.9686.4140.39
HexC0B4E065D19385628
Octal3002641606135317012650
Binary1100000010110100111001101011101110011110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B40E; }

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

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

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

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

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

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

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

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