Html Css Color HEX #C2C220 Rio Grande

📋 copy color: '#C2C220'

red 194 ◦ green 194 ◦ blue 32

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

Shades of Rio Grande #C2C220

Tints of Rio Grande #C2C220

RGB

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

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

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

R = 46.19%
G = 46.19%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2C220 (or 0xC2C220) is known color: Rio Grande. HEX triplet: C2, C2 and 20. RGB value is (194,194,32). Sum of RGB (Red+Green+Blue) = 194+194+32=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C220 is #3D3DDF. Grayscale: #B0B0B0. Windows color (decimal): -4013536 or 2147010. OLE color: 2147010.

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

Color convert

RGB 194 194 32 -
CMYK 0 0 0.84 0.24
HSL 60º 0.72% 0.44% -
HSV(B) 60º 0.84% 0.76% -
XYZ 41.8 50.16 8.84 -
YUV 175.53 47 141.17 -
System Red Green Blue C M Y K H S L
Decimal 194 194 32 0 0 0.84 0.24 60 0.72 0.44
Hex C2 C2 20 0 0 54 18 3C 48 2C
Octal 302 302 40 0 0 124 30 74 110 54
Binary 11000010 11000010 100000 0 0 1010100 11000 111100 1001000 101100

Color Harmonies of #C2C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C220

Black with #C2C220

Text Example


Text Example

White with #C2C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C220; }

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

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

background-color css

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

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

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

border-color css

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

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

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