#C2C329

Color #C2C329 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C2C329

Tints of Rio Grande #C2C329

Color information

#C2C329 (or 0xC2C329) is unknown color: approx Rio Grande. HEX triplet: C2, C3 and 29. RGB value is (194,195,41). Sum of RGB (Red+Green+Blue) = 194+195+41=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C329 is #3D3CD6. Grayscale: #B1B1B1. Windows color (decimal): -4013271 or 2737090. OLE color: 2737090.

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

Color convert

RGB19419541-
CMYK0.0100.790.24
HSL60.39º65.25%46.27%-
HSV(B)60.39º78.97%76.47%-
XYZ42.1650.669.65-
YUV177.1451.17140.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 195 (76.56% from 255) = 45.35%
BLUE value IS 41 (16.41% from 255) = 9.53%
R=45.12%
G=45.35%
B=9.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194195410.0100.790.2460.3965.2546.27
HexC2C329104F183c412e
Octal3023035110117307410156
Binary1100001011000011101001101001111110001111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C329; }

 p { color: rgb(194,195,41); }

 H1.HeaderClassName
 {
   color: #C2C329;
 }
 .AnyTagClassName
 {
   color: #C2C329;
 }
</style>
background-color css

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

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

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

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

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

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