#C1C42F

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

Shades of Fuego #C1C42F

Tints of Fuego #C1C42F

Color information

#C1C42F (or 0xC1C42F) is unknown color: approx Fuego. HEX triplet: C1, C4 and 2F. RGB value is (193,196,47). Sum of RGB (Red+Green+Blue) = 193+196+47=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C42F is #3E3BD0. Grayscale: #B2B2B2. Windows color (decimal): -4078545 or 3130561. OLE color: 3130561.

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

Color convert

RGB19319647-
CMYK0.0200.760.23
HSL61.21º61.32%47.65%-
HSV(B)61.21º76.02%76.86%-
XYZ42.2551.0210.31-
YUV178.1254.01138.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 196 (76.95% from 255) = 44.95%
BLUE value IS 47 (18.75% from 255) = 10.78%
R=44.27%
G=44.95%
B=10.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal193196470.0200.760.2361.2161.3247.65
HexC1C42F204C173d3d30
Octal301304572011427757560
Binary1100000111000100101111100100110010111111101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C42F; }

 p { color: rgb(193,196,47); }

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

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

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

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

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

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

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