Html Css Color HEX #C2C000 La Rioja

📋 copy color: '#C2C000'

red 194 ◦ green 192 ◦ blue 0

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

Shades of La Rioja #C2C000

Tints of La Rioja #C2C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.26%
G = 49.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C2C000 (or 0xC2C000) is known color: La Rioja. HEX triplet: C2, C0 and 00. RGB value is (194,192,0). Sum of RGB (Red+Green+Blue) = 194+192+0=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C000 is #3D3FFF. Grayscale: #ABABAB. Windows color (decimal): -4014080 or 49346. OLE color: 49346.

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

Color convert

RGB 194 192 0 -
CMYK 0 0.01 1 0.24
HSL 59.38º 1% 0.38% -
HSV(B) 59.38º 1% 0.76% -
XYZ 41.1 49.17 7.32 -
YUV 170.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 194 192 0 0 0.01 1 0.24 59.38 1 0.38
Hex C2 C0 0 0 1 64 18 3B 64 26
Octal 302 300 0 0 1 144 30 73 144 46
Binary 11000010 11000000 0 0 1 1100100 11000 111011 1100100 100110

Color Harmonies of #C2C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C000

Black with #C2C000

Text Example


Text Example

White with #C2C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C000; }

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

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

background-color css

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

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

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

border-color css

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

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

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