Html Css Color HEX #C1C221 Rio Grande

📋 copy color: '#C1C221'

red 193 ◦ green 194 ◦ blue 33

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

Shades of Rio Grande #C1C221

Tints of Rio Grande #C1C221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.86%

R = 45.95%
G = 46.19%
B = 7.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1C221 (or 0xC1C221) is known color: Rio Grande. HEX triplet: C1, C2 and 21. RGB value is (193,194,33). Sum of RGB (Red+Green+Blue) = 193+194+33=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C221 is #3E3DDE. Grayscale: #AFAFAF. Windows color (decimal): -4079071 or 2212545. OLE color: 2212545.

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

Color convert

RGB 193 194 33 -
CMYK 0.01 0 0.83 0.24
HSL 60.37º 0.71% 0.45% -
HSV(B) 60.37º 0.83% 0.76% -
XYZ 41.56 50.03 8.91 -
YUV 175.35 47.67 140.59 -
System Red Green Blue C M Y K H S L
Decimal 193 194 33 0.01 0 0.83 0.24 60.37 0.71 0.45
Hex C1 C2 21 1 0 53 18 3C 47 2D
Octal 301 302 41 1 0 123 30 74 107 55
Binary 11000001 11000010 100001 1 0 1010011 11000 111100 1000111 101101

Color Harmonies of #C1C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C221

Black with #C1C221

Text Example


Text Example

White with #C1C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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