Html Css Color HEX #C0C501 La Rioja

📋 copy color: '#C0C501'

red 192 ◦ green 197 ◦ blue 1

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

Shades of La Rioja #C0C501

Tints of La Rioja #C0C501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.51%

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

R = 49.23%
G = 50.51%
B = 0.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C0C501 (or 0xC0C501) is known color: La Rioja. HEX triplet: C0, C5 and 01. RGB value is (192,197,1). Sum of RGB (Red+Green+Blue) = 192+197+1=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C501 is #3F3AFE. Grayscale: #ADADAD. Windows color (decimal): -4143871 or 116160. OLE color: 116160.

HSL color Cylindrical-coordinate representation of color #C0C501: hue angle of 61.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0C501 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 197 1 -
CMYK 0.03 0 0.99 0.23
HSL 61.53º 0.99% 0.39% -
HSV(B) 61.53º 0.99% 0.77% -
XYZ 41.71 51.14 7.7 -
YUV 173.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 192 197 1 0.03 0 0.99 0.23 61.53 0.99 0.39
Hex C0 C5 1 3 0 63 17 3E 63 27
Octal 300 305 1 3 0 143 27 76 143 47
Binary 11000000 11000101 1 11 0 1100011 10111 111110 1100011 100111

Color Harmonies of #C0C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C501

Black with #C0C501

Text Example


Text Example

White with #C0C501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C501; }

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

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

background-color css

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

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

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

border-color css

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

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

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