Html Css Color HEX #C1C80F La Rioja

📋 copy color: '#C1C80F'

red 193 ◦ green 200 ◦ blue 15

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

Shades of La Rioja #C1C80F

Tints of La Rioja #C1C80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 47.3%
G = 49.02%
B = 3.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C1C80F (or 0xC1C80F) is known color: La Rioja. HEX triplet: C1, C8 and 0F. RGB value is (193,200,15). Sum of RGB (Red+Green+Blue) = 193+200+15=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C80F is #3E37F0. Grayscale: #B1B1B1. Windows color (decimal): -4077553 or 1034433. OLE color: 1034433.

HSL color Cylindrical-coordinate representation of color #C1C80F: hue angle of 62.27º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1C80F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 200 15 -
CMYK 0.04 0 0.92 0.22
HSL 62.27º 0.86% 0.42% -
HSV(B) 62.27º 0.93% 0.78% -
XYZ 42.73 52.68 8.37 -
YUV 176.82 36.68 139.54 -
System Red Green Blue C M Y K H S L
Decimal 193 200 15 0.04 0 0.92 0.22 62.27 0.86 0.42
Hex C1 C8 F 4 0 5C 16 3E 56 2A
Octal 301 310 17 4 0 134 26 76 126 52
Binary 11000001 11001000 1111 100 0 1011100 10110 111110 1010110 101010

Color Harmonies of #C1C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C80F

Black with #C1C80F

Text Example


Text Example

White with #C1C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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