Html Css Color HEX #C2C80F La Rioja

📋 copy color: '#C2C80F'

red 194 ◦ green 200 ◦ blue 15

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

Shades of La Rioja #C2C80F

Tints of La Rioja #C2C80F

RGB

 RED value IS 194 (76.17% from 255) = 47.43%

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

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

R = 47.43%
G = 48.9%
B = 3.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C2C80F (or 0xC2C80F) is known color: La Rioja. HEX triplet: C2, C8 and 0F. RGB value is (194,200,15). Sum of RGB (Red+Green+Blue) = 194+200+15=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C80F is #3D37F0. Grayscale: #B1B1B1. Windows color (decimal): -4012017 or 1034434. OLE color: 1034434.

HSL color Cylindrical-coordinate representation of color #C2C80F: hue angle of 61.95º 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 #C2C80F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 15 -
CMYK 0.03 0 0.92 0.22
HSL 61.95º 0.86% 0.42% -
HSV(B) 61.95º 0.93% 0.78% -
XYZ 42.99 52.81 8.38 -
YUV 177.12 36.51 140.04 -
System Red Green Blue C M Y K H S L
Decimal 194 200 15 0.03 0 0.92 0.22 61.95 0.86 0.42
Hex C2 C8 F 3 0 5C 16 3E 56 2A
Octal 302 310 17 3 0 134 26 76 126 52
Binary 11000010 11001000 1111 11 0 1011100 10110 111110 1010110 101010

Color Harmonies of #C2C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C80F

Black with #C2C80F

Text Example


Text Example

White with #C2C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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