#C2C538

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

Shades of Fuego #C2C538

Tints of Fuego #C2C538

Color information

#C2C538 (or 0xC2C538) is unknown color: approx Fuego. HEX triplet: C2, C5 and 38. RGB value is (194,197,56). Sum of RGB (Red+Green+Blue) = 194+197+56=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C538 is #3D3AC7. Grayscale: #B4B4B4. Windows color (decimal): -4012744 or 3720642. OLE color: 3720642.

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

Color convert

RGB19419756-
CMYK0.0200.720.23
HSL61.28º55.73%49.61%-
HSV(B)61.28º71.57%77.25%-
XYZ42.9351.6911.46-
YUV180.0358.01137.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 56 (22.27% from 255) = 12.53%
R=43.40%
G=44.07%
B=12.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194197560.0200.720.2361.2855.7349.61
HexC2C5382048173d3832
Octal302305702011027757062
Binary1100001011000101111000100100100010111111101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C538; }

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

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

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

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

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

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

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

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