#C6C501

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

Shades of La Rioja #C6C501

Tints of La Rioja #C6C501

Color information

#C6C501 (or 0xC6C501) is unknown color: approx La Rioja. HEX triplet: C6, C5 and 01. RGB value is (198,197,1). Sum of RGB (Red+Green+Blue) = 198+197+1=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C501 is #393AFE. Grayscale: #AFAFAF. Windows color (decimal): -3750655 or 116166. OLE color: 116166.

HSL color Cylindrical-coordinate representation of color #C6C501: hue angle of 59.7º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6C501 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1981971-
CMYK00.010.990.22
HSL59.7º98.99%39.02%-
HSV(B)59.7º99.49%77.65%-
XYZ43.2651.947.77-
YUV174.9629.83144.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 197 (77.34% from 255) = 49.75%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=50%
G=49.75%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198197100.010.990.2259.798.9939.02
HexC6C510163163c6327
Octal306305101143267414347
Binary11000110110001011011100011101101111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C501; }

 p { color: rgb(198,197,1); }

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

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

 a { background-color: rgb(198,197,1); }

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

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

 span { border-color: rgb(198,197,1); }

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