#C1C32E

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

Shades of Fuego #C1C32E

Tints of Fuego #C1C32E

Color information

#C1C32E (or 0xC1C32E) is unknown color: approx Fuego. HEX triplet: C1, C3 and 2E. RGB value is (193,195,46). Sum of RGB (Red+Green+Blue) = 193+195+46=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C32E is #3E3CD1. Grayscale: #B2B2B2. Windows color (decimal): -4078802 or 3064769. OLE color: 3064769.

HSL color Cylindrical-coordinate representation of color #C1C32E: hue angle of 60.81º 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 #C1C32E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB19319546-
CMYK0.0100.760.24
HSL60.81º61.83%47.25%-
HSV(B)60.81º76.41%76.47%-
XYZ4250.5610.13-
YUV177.4253.84139.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 46 (18.36% from 255) = 10.60%
R=44.47%
G=44.93%
B=10.60%

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
Decimal193195460.0100.760.2460.8161.8347.25
HexC1C32E104C183d3e2f
Octal301303561011430757657
Binary110000011100001110111010100110011000111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C32E; }

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

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

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

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

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

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

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

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