#C0B60E

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

Shades of La Rioja #C0B60E

Tints of La Rioja #C0B60E

Color information

#C0B60E (or 0xC0B60E) is unknown color: approx La Rioja. HEX triplet: C0, B6 and 0E. RGB value is (192,182,14). Sum of RGB (Red+Green+Blue) = 192+182+14=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B60E is #3F49F1. Grayscale: #A6A6A6. Windows color (decimal): -4147698 or 964288. OLE color: 964288.

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

Color convert

RGB19218214-
CMYK00.050.930.25
HSL56.63º86.41%40.39%-
HSV(B)56.63º92.71%75.29%-
XYZ38.5544.697.01-
YUV165.8442.31146.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 14 (5.86% from 255) = 3.61%
R=49.48%
G=46.91%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921821400.050.930.2556.6386.4140.39
HexC0B6E055D19395628
Octal3002661605135317112650
Binary1100000010110110111001011011101110011110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B60E; }

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

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

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

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

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

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

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

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