Html Css Color HEX #C0C101 La Rioja

📋 copy color: '#C0C101'

red 192 ◦ green 193 ◦ blue 1

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

Shades of La Rioja #C0C101

Tints of La Rioja #C0C101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50%

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

R = 49.74%
G = 50%
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

#C0C101 (or 0xC0C101) is known color: La Rioja. HEX triplet: C0, C1 and 01. RGB value is (192,193,1). Sum of RGB (Red+Green+Blue) = 192+193+1=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C101 is #3F3EFE. Grayscale: #ABABAB. Windows color (decimal): -4144895 or 115136. OLE color: 115136.

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

Color convert

RGB 192 193 1 -
CMYK 0.01 0 0.99 0.24
HSL 60.31º 0.99% 0.38% -
HSV(B) 60.31º 0.99% 0.76% -
XYZ 40.81 49.35 7.4 -
YUV 170.81 32.17 143.11 -
System Red Green Blue C M Y K H S L
Decimal 192 193 1 0.01 0 0.99 0.24 60.31 0.99 0.38
Hex C0 C1 1 1 0 63 18 3C 63 26
Octal 300 301 1 1 0 143 30 74 143 46
Binary 11000000 11000001 1 1 0 1100011 11000 111100 1100011 100110

Color Harmonies of #C0C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C101

Black with #C0C101

Text Example


Text Example

White with #C0C101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C101; }

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

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

background-color css

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

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

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

border-color css

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

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

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