#C2AF03

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

Shades of La Rioja #C2AF03

Tints of La Rioja #C2AF03

Color information

#C2AF03 (or 0xC2AF03) is unknown color: approx La Rioja. HEX triplet: C2, AF and 03. RGB value is (194,175,3). Sum of RGB (Red+Green+Blue) = 194+175+3=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF03 is #3D50FC. Grayscale: #A1A1A1. Windows color (decimal): -4018429 or 241602. OLE color: 241602.

HSL color Cylindrical-coordinate representation of color #C2AF03: hue angle of 54.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2AF03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941753-
CMYK00.100.980.24
HSL54.03º96.95%38.63%-
HSV(B)54.03º98.45%76.08%-
XYZ37.5942.146.24-
YUV161.0738.79151.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=52.15%
G=47.04%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194175300.100.980.2454.0396.9538.63
HexC2AF30A6218366127
Octal3022573012142306614147
Binary110000101010111111010101100010110001101101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF03; }

 p { color: rgb(194,175,3); }

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

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

 a { background-color: rgb(194,175,3); }

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

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

 span { border-color: rgb(194,175,3); }

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