Html Css Color HEX #C2C110 La Rioja

📋 copy color: '#C2C110'

red 194 ◦ green 193 ◦ blue 16

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

Shades of La Rioja #C2C110

Tints of La Rioja #C2C110

RGB

 RED value IS 194 (76.17% from 255) = 48.14%

 GREEN value IS 193 (75.78% from 255) = 47.89%

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 48.14%
G = 47.89%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2C110 (or 0xC2C110) is known color: La Rioja. HEX triplet: C2, C1 and 10. RGB value is (194,193,16). Sum of RGB (Red+Green+Blue) = 194+193+16=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C110 is #3D3EEF. Grayscale: #ADADAD. Windows color (decimal): -4013808 or 1098178. OLE color: 1098178.

HSL color Cylindrical-coordinate representation of color #C2C110: hue angle of 59.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2C110 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 193 16 -
CMYK 0 0.01 0.92 0.24
HSL 59.66º 0.85% 0.41% -
HSV(B) 59.66º 0.92% 0.76% -
XYZ 41.41 49.65 7.89 -
YUV 173.12 39.33 142.89 -
System Red Green Blue C M Y K H S L
Decimal 194 193 16 0 0.01 0.92 0.24 59.66 0.85 0.41
Hex C2 C1 10 0 1 5C 18 3C 55 29
Octal 302 301 20 0 1 134 30 74 125 51
Binary 11000010 11000001 10000 0 1 1011100 11000 111100 1010101 101001

Color Harmonies of #C2C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C110

Black with #C2C110

Text Example


Text Example

White with #C2C110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C110; }

 p { color: rgb(194,193,16); }

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

background-color css

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

 a { background-color: rgb(194,193,16); }

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

border-color css

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

 span { border-color: rgb(194,193,16); }

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