#C2C535

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

Shades of Fuego #C2C535

Tints of Fuego #C2C535

Color information

#C2C535 (or 0xC2C535) is unknown color: approx Fuego. HEX triplet: C2, C5 and 35. RGB value is (194,197,53). Sum of RGB (Red+Green+Blue) = 194+197+53=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C535 is #3D3ACA. Grayscale: #B4B4B4. Windows color (decimal): -4012747 or 3524034. OLE color: 3524034.

HSL color Cylindrical-coordinate representation of color #C2C535: hue angle of 61.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2C535 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19419753-
CMYK0.0200.730.23
HSL61.25º57.6%49.02%-
HSV(B)61.25º73.1%77.25%-
XYZ42.8651.6611.08-
YUV179.6956.51138.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 53 (21.09% from 255) = 11.94%
R=43.69%
G=44.37%
B=11.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194197530.0200.730.2361.2557.649.02
HexC2C5352049173d3a31
Octal302305652011127757261
Binary1100001011000101110101100100100110111111101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C535; }

 p { color: rgb(194,197,53); }

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

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

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

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

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

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

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