Html Css Color HEX #C0C210 La Rioja

📋 copy color: '#C0C210'

red 192 ◦ green 194 ◦ blue 16

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

Shades of La Rioja #C0C210

Tints of La Rioja #C0C210

RGB

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

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

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

R = 47.76%
G = 48.26%
B = 3.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C0C210 (or 0xC0C210) is known color: La Rioja. HEX triplet: C0, C2 and 10. RGB value is (192,194,16). Sum of RGB (Red+Green+Blue) = 192+194+16=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C210 is #3F3DEF. Grayscale: #ADADAD. Windows color (decimal): -4144624 or 1098432. OLE color: 1098432.

HSL color Cylindrical-coordinate representation of color #C0C210: hue angle of 60.67º 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 #C0C210 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 16 -
CMYK 0.01 0 0.92 0.24
HSL 60.67º 0.85% 0.41% -
HSV(B) 60.67º 0.92% 0.76% -
XYZ 41.12 49.83 7.94 -
YUV 173.11 39.34 141.47 -
System Red Green Blue C M Y K H S L
Decimal 192 194 16 0.01 0 0.92 0.24 60.67 0.85 0.41
Hex C0 C2 10 1 0 5C 18 3D 55 29
Octal 300 302 20 1 0 134 30 75 125 51
Binary 11000000 11000010 10000 1 0 1011100 11000 111101 1010101 101001

Color Harmonies of #C0C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C210

Black with #C0C210

Text Example


Text Example

White with #C0C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C210; }

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

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

background-color css

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

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

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

border-color css

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

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

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