#C6C80A

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

Shades of La Rioja #C6C80A

Tints of La Rioja #C6C80A

Color information

#C6C80A (or 0xC6C80A) is unknown color: approx La Rioja. HEX triplet: C6, C8 and 0A. RGB value is (198,200,10). Sum of RGB (Red+Green+Blue) = 198+200+10=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C80A is #3937F5. Grayscale: #B2B2B2. Windows color (decimal): -3749878 or 706758. OLE color: 706758.

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

Color convert

RGB19820010-
CMYK0.0100.950.22
HSL60.63º90.48%41.18%-
HSV(B)60.63º95%78.43%-
XYZ4453.348.26-
YUV177.7433.34142.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.53%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 10 (4.30% from 255) = 2.45%
R=48.53%
G=49.02%
B=2.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198200100.0100.950.2260.6390.4841.18
HexC6C8A105F163d5a29
Octal3063101210137267513251
Binary11000110110010001010101011111101101111011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C80A; }

 p { color: rgb(198,200,10); }

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

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

 a { background-color: rgb(198,200,10); }

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

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

 span { border-color: rgb(198,200,10); }

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