#C5C206

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

Shades of La Rioja #C5C206

Tints of La Rioja #C5C206

Color information

#C5C206 (or 0xC5C206) is unknown color: approx La Rioja. HEX triplet: C5, C2 and 06. RGB value is (197,194,6). Sum of RGB (Red+Green+Blue) = 197+194+6=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C206 is #3A3DF9. Grayscale: #AEAEAE. Windows color (decimal): -3816954 or 443077. OLE color: 443077.

HSL color Cylindrical-coordinate representation of color #C5C206: hue angle of 59.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5C206 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB1971946-
CMYK00.020.970.23
HSL59.06º94.09%39.8%-
HSV(B)59.06º96.95%77.25%-
XYZ42.3550.477.68-
YUV173.4633.49144.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 6 (2.73% from 255) = 1.51%
R=49.62%
G=48.87%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197194600.020.970.2359.0694.0939.8
HexC5C260261173b5e28
Octal305302602141277313650
Binary11000101110000101100101100001101111110111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C206; }

 p { color: rgb(197,194,6); }

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

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

 a { background-color: rgb(197,194,6); }

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

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

 span { border-color: rgb(197,194,6); }

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