Html Css Color HEX #C1C616 Rio Grande

📋 copy color: '#C1C616'

red 193 ◦ green 198 ◦ blue 22

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

Shades of Rio Grande #C1C616

Tints of Rio Grande #C1C616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

 BLUE value IS 22 (8.98% from 255) = 5.33%

R = 46.73%
G = 47.94%
B = 5.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C1C616 (or 0xC1C616) is known color: Rio Grande. HEX triplet: C1, C6 and 16. RGB value is (193,198,22). Sum of RGB (Red+Green+Blue) = 193+198+22=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C616 is #3E39E9. Grayscale: #B1B1B1. Windows color (decimal): -4078058 or 1492673. OLE color: 1492673.

HSL color Cylindrical-coordinate representation of color #C1C616: hue angle of 61.7º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1C616 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 198 22 -
CMYK 0.03 0 0.89 0.22
HSL 61.7º 0.8% 0.43% -
HSV(B) 61.7º 0.89% 0.78% -
XYZ 42.33 51.78 8.52 -
YUV 176.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 193 198 22 0.03 0 0.89 0.22 61.7 0.8 0.43
Hex C1 C6 16 3 0 59 16 3E 50 2B
Octal 301 306 26 3 0 131 26 76 120 53
Binary 11000001 11000110 10110 11 0 1011001 10110 111110 1010000 101011

Color Harmonies of #C1C616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C616

Black with #C1C616

Text Example


Text Example

White with #C1C616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C616; }

 p { color: rgb(193,198,22); }

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

background-color css

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

 a { background-color: rgb(193,198,22); }

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

border-color css

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

 span { border-color: rgb(193,198,22); }

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