Html Css Color HEX #C0C201 La Rioja

📋 copy color: '#C0C201'

red 192 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #C0C201

Tints of La Rioja #C0C201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 49.61%
G = 50.13%
B = 0.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C0C201 (or 0xC0C201) is known color: La Rioja. HEX triplet: C0, C2 and 01. RGB value is (192,194,1). Sum of RGB (Red+Green+Blue) = 192+194+1=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C201 is #3F3DFE. Grayscale: #ACACAC. Windows color (decimal): -4144639 or 115392. OLE color: 115392.

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

Color convert

RGB 192 194 1 -
CMYK 0.01 0 0.99 0.24
HSL 60.62º 0.99% 0.38% -
HSV(B) 60.62º 0.99% 0.76% -
XYZ 41.04 49.79 7.48 -
YUV 171.4 31.84 142.69 -
System Red Green Blue C M Y K H S L
Decimal 192 194 1 0.01 0 0.99 0.24 60.62 0.99 0.38
Hex C0 C2 1 1 0 63 18 3D 63 26
Octal 300 302 1 1 0 143 30 75 143 46
Binary 11000000 11000010 1 1 0 1100011 11000 111101 1100011 100110

Color Harmonies of #C0C201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C201

Black with #C0C201

Text Example


Text Example

White with #C0C201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C201; }

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

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

background-color css

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

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

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

border-color css

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

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

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