#C0AF05

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

Shades of La Rioja #C0AF05

Tints of La Rioja #C0AF05

Color information

#C0AF05 (or 0xC0AF05) is unknown color: approx La Rioja. HEX triplet: C0, AF and 05. RGB value is (192,175,5). Sum of RGB (Red+Green+Blue) = 192+175+5=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF05 is #3F50FA. Grayscale: #A1A1A1. Windows color (decimal): -4149499 or 372672. OLE color: 372672.

HSL color Cylindrical-coordinate representation of color #C0AF05: hue angle of 54.55º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0AF05 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1921755-
CMYK00.090.970.25
HSL54.55º94.92%38.63%-
HSV(B)54.55º97.4%75.29%-
XYZ37.141.886.27-
YUV160.740.13150.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 5 (2.34% from 255) = 1.34%
R=51.61%
G=47.04%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192175500.090.970.2554.5594.9238.63
HexC0AF5096119375f27
Octal3002575011141316713747
Binary1100000010101111101010011100001110011101111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF05; }

 p { color: rgb(192,175,5); }

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

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

 a { background-color: rgb(192,175,5); }

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

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

 span { border-color: rgb(192,175,5); }

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