#C4B60E

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

Shades of La Rioja #C4B60E

Tints of La Rioja #C4B60E

Color information

#C4B60E (or 0xC4B60E) is unknown color: approx La Rioja. HEX triplet: C4, B6 and 0E. RGB value is (196,182,14). Sum of RGB (Red+Green+Blue) = 196+182+14=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B60E is #3B49F1. Grayscale: #A7A7A7. Windows color (decimal): -3885554 or 964292. OLE color: 964292.

HSL color Cylindrical-coordinate representation of color #C4B60E: hue angle of 55.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4B60E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB19618214-
CMYK00.070.930.23
HSL55.38º86.67%41.18%-
HSV(B)55.38º92.86%76.86%-
XYZ39.5745.227.06-
YUV167.0341.64148.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 182 (71.48% from 255) = 46.43%
BLUE value IS 14 (5.86% from 255) = 3.57%
R=50%
G=46.43%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961821400.070.930.2355.3886.6741.18
HexC4B6E075D17375729
Octal3042661607135276712751
Binary1100010010110110111001111011101101111101111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B60E; }

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

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

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

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

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

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

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

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