#C6C204

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

Shades of La Rioja #C6C204

Tints of La Rioja #C6C204

Color information

#C6C204 (or 0xC6C204) is unknown color: approx La Rioja. HEX triplet: C6, C2 and 04. RGB value is (198,194,4). Sum of RGB (Red+Green+Blue) = 198+194+4=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C204 is #393DFB. Grayscale: #AEAEAE. Windows color (decimal): -3751420 or 312006. OLE color: 312006.

HSL color Cylindrical-coordinate representation of color #C6C204: hue angle of 58.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6C204 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1981944-
CMYK00.020.980.22
HSL58.76º96.04%39.61%-
HSV(B)58.76º97.98%77.65%-
XYZ42.650.67.64-
YUV173.5432.33145.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 4 (1.95% from 255) = 1.01%
R=50%
G=48.99%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198194400.020.980.2258.7696.0439.61
HexC6C240262163b6028
Octal306302402142267314050
Binary11000110110000101000101100010101101110111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C204; }

 p { color: rgb(198,194,4); }

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

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

 a { background-color: rgb(198,194,4); }

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

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

 span { border-color: rgb(198,194,4); }

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