#c2c929

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

Shades of Fuego #C2C929

Tints of Fuego #C2C929

Color information

#C2C929 (or 0xC2C929) is unknown color: approx Fuego. HEX triplet: C2, C9 and 29. RGB value is (194,201,41). Sum of RGB (Red+Green+Blue) = 194+201+41=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C929 is #3D36D6. Grayscale: #B5B5B5. Windows color (decimal): -4011735 or 2738626. OLE color: 2738626.

HSL color Cylindrical-coordinate representation of color #C2C929: hue angle of 62.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2C929 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB19420141-
CMYK0.0300.800.21
HSL62.62º66.12%47.45%-
HSV(B)62.62º79.6%78.82%-
XYZ43.5453.410.11-
YUV180.6749.18137.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 201 (78.91% from 255) = 46.10%
BLUE value IS 41 (16.41% from 255) = 9.40%
R=44.50%
G=46.10%
B=9.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194201410.0300.800.2162.6266.1247.45
HexC2C9293050153f422f
Octal3023115130120257710257
Binary11000010110010011010011101010000101011111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2c929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2c929; }

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

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

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

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

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

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

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

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