#C4C231

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

Shades of Fuego #C4C231

Tints of Fuego #C4C231

Color information

#C4C231 (or 0xC4C231) is unknown color: approx Fuego. HEX triplet: C4, C2 and 31. RGB value is (196,194,49). Sum of RGB (Red+Green+Blue) = 196+194+49=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C231 is #3B3DCE. Grayscale: #B2B2B2. Windows color (decimal): -3882447 or 3261124. OLE color: 3261124.

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

Color convert

RGB19619449-
CMYK00.010.750.23
HSL59.18º60%48.04%-
HSV(B)59.18º75%76.86%-
XYZ42.6150.5410.42-
YUV178.0755.16140.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 49 (19.53% from 255) = 11.16%
R=44.65%
G=44.19%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961944900.010.750.2359.186048.04
HexC4C231014B173b3c30
Octal304302610111327737460
Binary110001001100001011000101100101110111111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C231; }

 p { color: rgb(196,194,49); }

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

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

 a { background-color: rgb(196,194,49); }

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

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

 span { border-color: rgb(196,194,49); }

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