Html Css Color HEX #C6C20C La Rioja

📋 copy color: '#C6C20C'

red 198 ◦ green 194 ◦ blue 12

#C6C20C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C6C20C

Tints of La Rioja #C6C20C

RGB

 RED value IS 198 (77.73% from 255) = 49.01%

 GREEN value IS 194 (76.17% from 255) = 48.02%

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 49.01%
G = 48.02%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6C20C (or 0xC6C20C) is known color: La Rioja. HEX triplet: C6, C2 and 0C. RGB value is (198,194,12). Sum of RGB (Red+Green+Blue) = 198+194+12=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C20C is #393DF3. Grayscale: #AFAFAF. Windows color (decimal): -3751412 or 836294. OLE color: 836294.

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

Color convert

RGB 198 194 12 -
CMYK 0 0.02 0.94 0.22
HSL 58.71º 0.89% 0.41% -
HSV(B) 58.71º 0.94% 0.78% -
XYZ 42.65 50.62 7.87 -
YUV 174.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 198 194 12 0 0.02 0.94 0.22 58.71 0.89 0.41
Hex C6 C2 C 0 2 5E 16 3B 59 29
Octal 306 302 14 0 2 136 26 73 131 51
Binary 11000110 11000010 1100 0 10 1011110 10110 111011 1011001 101001

Color Harmonies of #C6C20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C20C

Black with #C6C20C

Text Example


Text Example

White with #C6C20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C20C; }

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

 H1.HeaderClassName
 {
   color: #C6C20C;
 }
 .AnyTagClassName
 {
   color: #C6C20C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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