Html Css Color HEX #C0C401 La Rioja

📋 copy color: '#C0C401'

red 192 ◦ green 196 ◦ blue 1

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

Shades of La Rioja #C0C401

Tints of La Rioja #C0C401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

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

R = 49.36%
G = 50.39%
B = 0.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C0C401 (or 0xC0C401) is known color: La Rioja. HEX triplet: C0, C4 and 01. RGB value is (192,196,1). Sum of RGB (Red+Green+Blue) = 192+196+1=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C401 is #3F3BFE. Grayscale: #ADADAD. Windows color (decimal): -4144127 or 115904. OLE color: 115904.

HSL color Cylindrical-coordinate representation of color #C0C401: hue angle of 61.23º 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 #C0C401 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 196 1 -
CMYK 0.02 0 0.99 0.23
HSL 61.23º 0.99% 0.39% -
HSV(B) 61.23º 0.99% 0.77% -
XYZ 41.48 50.69 7.63 -
YUV 172.57 31.17 141.86 -
System Red Green Blue C M Y K H S L
Decimal 192 196 1 0.02 0 0.99 0.23 61.23 0.99 0.39
Hex C0 C4 1 2 0 63 17 3D 63 27
Octal 300 304 1 2 0 143 27 75 143 47
Binary 11000000 11000100 1 10 0 1100011 10111 111101 1100011 100111

Color Harmonies of #C0C401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C401

Black with #C0C401

Text Example


Text Example

White with #C0C401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C401; }

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

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

background-color css

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

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

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

border-color css

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

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

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