Html Css Color HEX #C1C80A La Rioja

📋 copy color: '#C1C80A'

red 193 ◦ green 200 ◦ blue 10

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

Shades of La Rioja #C1C80A

Tints of La Rioja #C1C80A

RGB

 RED value IS 193 (75.78% from 255) = 47.89%

 GREEN value IS 200 (78.52% from 255) = 49.63%

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 47.89%
G = 49.63%
B = 2.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C1C80A (or 0xC1C80A) is known color: La Rioja. HEX triplet: C1, C8 and 0A. RGB value is (193,200,10). Sum of RGB (Red+Green+Blue) = 193+200+10=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C80A is #3E37F5. Grayscale: #B1B1B1. Windows color (decimal): -4077558 or 706753. OLE color: 706753.

HSL color Cylindrical-coordinate representation of color #C1C80A: hue angle of 62.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1C80A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 200 10 -
CMYK 0.04 0 0.95 0.22
HSL 62.21º 0.9% 0.41% -
HSV(B) 62.21º 0.95% 0.78% -
XYZ 42.7 52.67 8.2 -
YUV 176.25 34.18 139.95 -
System Red Green Blue C M Y K H S L
Decimal 193 200 10 0.04 0 0.95 0.22 62.21 0.9 0.41
Hex C1 C8 A 4 0 5F 16 3E 5A 29
Octal 301 310 12 4 0 137 26 76 132 51
Binary 11000001 11001000 1010 100 0 1011111 10110 111110 1011010 101001

Color Harmonies of #C1C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C80A

Black with #C1C80A

Text Example


Text Example

White with #C1C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C80A; }

 p { color: rgb(193,200,10); }

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

background-color css

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

 a { background-color: rgb(193,200,10); }

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

border-color css

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

 span { border-color: rgb(193,200,10); }

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