Html Css Color HEX #C2C112 La Rioja

📋 copy color: '#C2C112'

red 194 ◦ green 193 ◦ blue 18

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

Shades of La Rioja #C2C112

Tints of La Rioja #C2C112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 47.9%
G = 47.65%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2C112 (or 0xC2C112) is known color: La Rioja. HEX triplet: C2, C1 and 12. RGB value is (194,193,18). Sum of RGB (Red+Green+Blue) = 194+193+18=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C112 is #3D3EED. Grayscale: #AEAEAE. Windows color (decimal): -4013806 or 1229250. OLE color: 1229250.

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

Color convert

RGB 194 193 18 -
CMYK 0 0.01 0.91 0.24
HSL 59.66º 0.83% 0.42% -
HSV(B) 59.66º 0.91% 0.76% -
XYZ 41.43 49.65 7.97 -
YUV 173.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 194 193 18 0 0.01 0.91 0.24 59.66 0.83 0.42
Hex C2 C1 12 0 1 5B 18 3C 53 2A
Octal 302 301 22 0 1 133 30 74 123 52
Binary 11000010 11000001 10010 0 1 1011011 11000 111100 1010011 101010

Color Harmonies of #C2C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C112

Black with #C2C112

Text Example


Text Example

White with #C2C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C112; }

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

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

background-color css

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

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

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

border-color css

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

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

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