#C1AF0E

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

Shades of La Rioja #C1AF0E

Tints of La Rioja #C1AF0E

Color information

#C1AF0E (or 0xC1AF0E) is unknown color: approx La Rioja. HEX triplet: C1, AF and 0E. RGB value is (193,175,14). Sum of RGB (Red+Green+Blue) = 193+175+14=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AF0E is #3E50F1. Grayscale: #A2A2A2. Windows color (decimal): -4083954 or 962497. OLE color: 962497.

HSL color Cylindrical-coordinate representation of color #C1AF0E: hue angle of 53.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1AF0E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19317514-
CMYK00.090.930.24
HSL53.97º86.47%40.59%-
HSV(B)53.97º92.75%75.69%-
XYZ37.442.036.56-
YUV162.0344.46150.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 14 (5.86% from 255) = 3.66%
R=50.52%
G=45.81%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931751400.090.930.2453.9786.4740.59
HexC1AFE095D18365629
Octal30125716011135306612651
Binary11000001101011111110010011011101110001101101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF0E; }

 p { color: rgb(193,175,14); }

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

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

 a { background-color: rgb(193,175,14); }

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

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

 span { border-color: rgb(193,175,14); }

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