Html Css Color HEX #C0C112 La Rioja

📋 copy color: '#C0C112'

red 192 ◦ green 193 ◦ blue 18

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

Shades of La Rioja #C0C112

Tints of La Rioja #C0C112

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

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

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

R = 47.64%
G = 47.89%
B = 4.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C0C112 (or 0xC0C112) is known color: La Rioja. HEX triplet: C0, C1 and 12. RGB value is (192,193,18). Sum of RGB (Red+Green+Blue) = 192+193+18=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C112 is #3F3EED. Grayscale: #ADADAD. Windows color (decimal): -4144878 or 1229248. OLE color: 1229248.

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

Color convert

RGB 192 193 18 -
CMYK 0.01 0 0.91 0.24
HSL 60.34º 0.83% 0.41% -
HSV(B) 60.34º 0.91% 0.76% -
XYZ 40.92 49.39 7.95 -
YUV 172.75 40.67 141.73 -
System Red Green Blue C M Y K H S L
Decimal 192 193 18 0.01 0 0.91 0.24 60.34 0.83 0.41
Hex C0 C1 12 1 0 5B 18 3C 53 29
Octal 300 301 22 1 0 133 30 74 123 51
Binary 11000000 11000001 10010 1 0 1011011 11000 111100 1010011 101001

Color Harmonies of #C0C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C112

Black with #C0C112

Text Example


Text Example

White with #C0C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C112; }

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

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

background-color css

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

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

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

border-color css

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

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

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