Html Css Color HEX #C0C014 La Rioja

📋 copy color: '#C0C014'

red 192 ◦ green 192 ◦ blue 20

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

Shades of La Rioja #C0C014

Tints of La Rioja #C0C014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.95%

R = 47.52%
G = 47.52%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0C014 (or 0xC0C014) is known color: La Rioja. HEX triplet: C0, C0 and 14. RGB value is (192,192,20). Sum of RGB (Red+Green+Blue) = 192+192+20=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C014 is #3F3FEB. Grayscale: #ADADAD. Windows color (decimal): -4145132 or 1360064. OLE color: 1360064.

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

Color convert

RGB 192 192 20 -
CMYK 0 0 0.90 0.25
HSL 60º 0.81% 0.42% -
HSV(B) 60º 0.9% 0.75% -
XYZ 40.71 48.96 7.97 -
YUV 172.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 192 192 20 0 0 0.90 0.25 60 0.81 0.42
Hex C0 C0 14 0 0 5A 19 3C 51 2A
Octal 300 300 24 0 0 132 31 74 121 52
Binary 11000000 11000000 10100 0 0 1011010 11001 111100 1010001 101010

Color Harmonies of #C0C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C014

Black with #C0C014

Text Example


Text Example

White with #C0C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C014; }

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

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

background-color css

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

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

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

border-color css

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

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

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