Html Css Color HEX #C2C020 Rio Grande

📋 copy color: '#C2C020'

red 194 ◦ green 192 ◦ blue 32

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

Shades of Rio Grande #C2C020

Tints of Rio Grande #C2C020

RGB

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

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

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

R = 46.41%
G = 45.93%
B = 7.66%

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

#C2C020 (or 0xC2C020) is known color: Rio Grande. HEX triplet: C2, C0 and 20. RGB value is (194,192,32). Sum of RGB (Red+Green+Blue) = 194+192+32=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C020 is #3D3FDF. Grayscale: #AFAFAF. Windows color (decimal): -4014048 or 2146498. OLE color: 2146498.

HSL color Cylindrical-coordinate representation of color #C2C020: hue angle of 59.26º 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 #C2C020 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 32 -
CMYK 0 0.01 0.84 0.24
HSL 59.26º 0.72% 0.44% -
HSV(B) 59.26º 0.84% 0.76% -
XYZ 41.36 49.27 8.7 -
YUV 174.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 194 192 32 0 0.01 0.84 0.24 59.26 0.72 0.44
Hex C2 C0 20 0 1 54 18 3B 48 2C
Octal 302 300 40 0 1 124 30 73 110 54
Binary 11000010 11000000 100000 0 1 1010100 11000 111011 1001000 101100

Color Harmonies of #C2C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C020

Black with #C2C020

Text Example


Text Example

White with #C2C020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C020; }

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

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

background-color css

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

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

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

border-color css

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

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

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