#C2C431

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

Shades of Fuego #C2C431

Tints of Fuego #C2C431

Color information

#C2C431 (or 0xC2C431) is unknown color: approx Fuego. HEX triplet: C2, C4 and 31. RGB value is (194,196,49). Sum of RGB (Red+Green+Blue) = 194+196+49=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C431 is #3D3BCE. Grayscale: #B3B3B3. Windows color (decimal): -4013007 or 3261634. OLE color: 3261634.

HSL color Cylindrical-coordinate representation of color #C2C431: hue angle of 60.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2C431 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB19419649-
CMYK0.0100.750.23
HSL60.82º60%48.04%-
HSV(B)60.82º75%76.86%-
XYZ42.5451.1710.54-
YUV178.6454.84138.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 49 (19.53% from 255) = 11.16%
R=44.19%
G=44.65%
B=11.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194196490.0100.750.2360.826048.04
HexC2C431104B173d3c30
Octal302304611011327757460
Binary110000101100010011000110100101110111111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C431; }

 p { color: rgb(194,196,49); }

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

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

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

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

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

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

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