Html Css Color HEX #C1C21A Rio Grande

📋 copy color: '#C1C21A'

red 193 ◦ green 194 ◦ blue 26

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

Shades of Rio Grande #C1C21A

Tints of Rio Grande #C1C21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.3%

R = 46.73%
G = 46.97%
B = 6.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1C21A (or 0xC1C21A) is known color: Rio Grande. HEX triplet: C1, C2 and 1A. RGB value is (193,194,26). Sum of RGB (Red+Green+Blue) = 193+194+26=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C21A is #3E3DE5. Grayscale: #AFAFAF. Windows color (decimal): -4079078 or 1753793. OLE color: 1753793.

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

Color convert

RGB 193 194 26 -
CMYK 0.01 0 0.87 0.24
HSL 60.36º 0.76% 0.43% -
HSV(B) 60.36º 0.87% 0.76% -
XYZ 41.47 50 8.44 -
YUV 174.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 193 194 26 0.01 0 0.87 0.24 60.36 0.76 0.43
Hex C1 C2 1A 1 0 57 18 3C 4C 2B
Octal 301 302 32 1 0 127 30 74 114 53
Binary 11000001 11000010 11010 1 0 1010111 11000 111100 1001100 101011

Color Harmonies of #C1C21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C21A

Black with #C1C21A

Text Example


Text Example

White with #C1C21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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