Html Css Color HEX #C0C000 La Rioja

📋 copy color: '#C0C000'

red 192 ◦ green 192 ◦ blue 0

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

Shades of La Rioja #C0C000

Tints of La Rioja #C0C000

RGB

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

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

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0C000 (or 0xC0C000) is known color: La Rioja. HEX triplet: C0, C0 and 00. RGB value is (192,192,0). Sum of RGB (Red+Green+Blue) = 192+192+0=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C000 is #3F3FFF. Grayscale: #AAAAAA. Windows color (decimal): -4145152 or 49344. OLE color: 49344.

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

Color convert

RGB 192 192 0 -
CMYK 0 0 1 0.25
HSL 60º 1% 0.38% -
HSV(B) 60º 1% 0.75% -
XYZ 40.59 48.91 7.3 -
YUV 170.11 32 143.61 -
System Red Green Blue C M Y K H S L
Decimal 192 192 0 0 0 1 0.25 60 1 0.38
Hex C0 C0 0 0 0 64 19 3C 64 26
Octal 300 300 0 0 0 144 31 74 144 46
Binary 11000000 11000000 0 0 0 1100100 11001 111100 1100100 100110

Color Harmonies of #C0C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C000

Black with #C0C000

Text Example


Text Example

White with #C0C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C000; }

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

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

background-color css

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

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

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

border-color css

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

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

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