Html Css Color HEX #C1C21F Rio Grande

📋 copy color: '#C1C21F'

red 193 ◦ green 194 ◦ blue 31

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

Shades of Rio Grande #C1C21F

Tints of Rio Grande #C1C21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 46.17%
G = 46.41%
B = 7.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1C21F (or 0xC1C21F) is known color: Rio Grande. HEX triplet: C1, C2 and 1F. RGB value is (193,194,31). Sum of RGB (Red+Green+Blue) = 193+194+31=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C21F is #3E3DE0. Grayscale: #AFAFAF. Windows color (decimal): -4079073 or 2081473. OLE color: 2081473.

HSL color Cylindrical-coordinate representation of color #C1C21F: hue angle of 60.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1C21F is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 194 31 -
CMYK 0.01 0 0.84 0.24
HSL 60.37º 0.72% 0.44% -
HSV(B) 60.37º 0.84% 0.76% -
XYZ 41.53 50.02 8.76 -
YUV 175.12 46.67 140.75 -
System Red Green Blue C M Y K H S L
Decimal 193 194 31 0.01 0 0.84 0.24 60.37 0.72 0.44
Hex C1 C2 1F 1 0 54 18 3C 48 2C
Octal 301 302 37 1 0 124 30 74 110 54
Binary 11000001 11000010 11111 1 0 1010100 11000 111100 1001000 101100

Color Harmonies of #C1C21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C21F

Black with #C1C21F

Text Example


Text Example

White with #C1C21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C21F; }

 p { color: rgb(193,194,31); }

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

background-color css

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

 a { background-color: rgb(193,194,31); }

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

border-color css

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

 span { border-color: rgb(193,194,31); }

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