#C2C32E

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

Shades of Fuego #C2C32E

Tints of Fuego #C2C32E

Color information

#C2C32E (or 0xC2C32E) is unknown color: approx Fuego. HEX triplet: C2, C3 and 2E. RGB value is (194,195,46). Sum of RGB (Red+Green+Blue) = 194+195+46=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C32E is #3D3CD1. Grayscale: #B2B2B2. Windows color (decimal): -4013266 or 3064770. OLE color: 3064770.

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

Color convert

RGB19419546-
CMYK0.0100.760.24
HSL60.4º61.83%47.25%-
HSV(B)60.4º76.41%76.47%-
XYZ42.2650.710.14-
YUV177.7253.67139.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 195 (76.56% from 255) = 44.83%
BLUE value IS 46 (18.36% from 255) = 10.57%
R=44.60%
G=44.83%
B=10.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194195460.0100.760.2460.461.8347.25
HexC2C32E104C183c3e2f
Octal302303561011430747657
Binary110000101100001110111010100110011000111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C32E; }

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

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

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

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

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

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

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

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