Html Css Color HEX #C0C410 La Rioja

📋 copy color: '#C0C410'

red 192 ◦ green 196 ◦ blue 16

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

Shades of La Rioja #C0C410

Tints of La Rioja #C0C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.51%

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

R = 47.52%
G = 48.51%
B = 3.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C0C410 (or 0xC0C410) is known color: La Rioja. HEX triplet: C0, C4 and 10. RGB value is (192,196,16). Sum of RGB (Red+Green+Blue) = 192+196+16=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C410 is #3F3BEF. Grayscale: #AFAFAF. Windows color (decimal): -4144112 or 1098944. OLE color: 1098944.

HSL color Cylindrical-coordinate representation of color #C0C410: hue angle of 61.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0C410 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 196 16 -
CMYK 0.02 0 0.92 0.23
HSL 61.33º 0.85% 0.42% -
HSV(B) 61.33º 0.92% 0.77% -
XYZ 41.57 50.72 8.09 -
YUV 174.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 192 196 16 0.02 0 0.92 0.23 61.33 0.85 0.42
Hex C0 C4 10 2 0 5C 17 3D 55 2A
Octal 300 304 20 2 0 134 27 75 125 52
Binary 11000000 11000100 10000 10 0 1011100 10111 111101 1010101 101010

Color Harmonies of #C0C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C410

Black with #C0C410

Text Example


Text Example

White with #C0C410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C410; }

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

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

background-color css

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

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

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

border-color css

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

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

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