Html Css Color HEX #C1C020 Rio Grande

📋 copy color: '#C1C020'

red 193 ◦ green 192 ◦ blue 32

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

Shades of Rio Grande #C1C020

Tints of Rio Grande #C1C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 46.28%
G = 46.04%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1C020 (or 0xC1C020) is known color: Rio Grande. HEX triplet: C1, C0 and 20. RGB value is (193,192,32). Sum of RGB (Red+Green+Blue) = 193+192+32=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C020 is #3E3FDF. Grayscale: #AEAEAE. Windows color (decimal): -4079584 or 2146497. OLE color: 2146497.

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

Color convert

RGB 193 192 32 -
CMYK 0 0.01 0.83 0.24
HSL 59.63º 0.72% 0.44% -
HSV(B) 59.63º 0.83% 0.76% -
XYZ 41.1 49.14 8.69 -
YUV 174.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 193 192 32 0 0.01 0.83 0.24 59.63 0.72 0.44
Hex C1 C0 20 0 1 53 18 3C 48 2C
Octal 301 300 40 0 1 123 30 74 110 54
Binary 11000001 11000000 100000 0 1 1010011 11000 111100 1001000 101100

Color Harmonies of #C1C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C020

Black with #C1C020

Text Example


Text Example

White with #C1C020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C020; }

 p { color: rgb(193,192,32); }

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

background-color css

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

 a { background-color: rgb(193,192,32); }

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

border-color css

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

 span { border-color: rgb(193,192,32); }

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