Html Css Color HEX #C2C120 Rio Grande

📋 copy color: '#C2C120'

red 194 ◦ green 193 ◦ blue 32

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

Shades of Rio Grande #C2C120

Tints of Rio Grande #C2C120

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

 GREEN value IS 193 (75.78% from 255) = 46.06%

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

R = 46.3%
G = 46.06%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2C120 (or 0xC2C120) is known color: Rio Grande. HEX triplet: C2, C1 and 20. RGB value is (194,193,32). Sum of RGB (Red+Green+Blue) = 194+193+32=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C120 is #3D3EDF. Grayscale: #AFAFAF. Windows color (decimal): -4013792 or 2146754. OLE color: 2146754.

HSL color Cylindrical-coordinate representation of color #C2C120: 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.84%. Process color model (Four color, CMYK) of #C2C120 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 193 32 -
CMYK 0 0.01 0.84 0.24
HSL 59.63º 0.72% 0.44% -
HSV(B) 59.63º 0.84% 0.76% -
XYZ 41.58 49.71 8.77 -
YUV 174.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 194 193 32 0 0.01 0.84 0.24 59.63 0.72 0.44
Hex C2 C1 20 0 1 54 18 3C 48 2C
Octal 302 301 40 0 1 124 30 74 110 54
Binary 11000010 11000001 100000 0 1 1010100 11000 111100 1001000 101100

Color Harmonies of #C2C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C120

Black with #C2C120

Text Example


Text Example

White with #C2C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C120; }

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

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

background-color css

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

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

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

border-color css

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

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

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