#C1C133

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

Shades of Fuego #C1C133

Tints of Fuego #C1C133

Color information

#C1C133 (or 0xC1C133) is unknown color: approx Fuego. HEX triplet: C1, C1 and 33. RGB value is (193,193,51). Sum of RGB (Red+Green+Blue) = 193+193+51=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C133 is #3E3ECC. Grayscale: #B1B1B1. Windows color (decimal): -4079309 or 3391937. OLE color: 3391937.

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

Color convert

RGB19319351-
CMYK000.740.24
HSL60º58.2%47.84%-
HSV(B)60º73.58%75.69%-
XYZ41.6649.7210.53-
YUV176.8157139.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 193 (75.78% from 255) = 44.16%
BLUE value IS 51 (20.31% from 255) = 11.67%
R=44.16%
G=44.16%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319351000.740.246058.247.84
HexC1C133004A183c3a30
Octal301301630011230747260
Binary110000011100000111001100100101011000111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C133; }

 p { color: rgb(193,193,51); }

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

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

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

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

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

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

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