#C5C331

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

Shades of Fuego #C5C331

Tints of Fuego #C5C331

Color information

#C5C331 (or 0xC5C331) is unknown color: approx Fuego. HEX triplet: C5, C3 and 31. RGB value is (197,195,49). Sum of RGB (Red+Green+Blue) = 197+195+49=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C331 is #3A3CCE. Grayscale: #B3B3B3. Windows color (decimal): -3816655 or 3261381. OLE color: 3261381.

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

Color convert

RGB19719549-
CMYK00.010.750.23
HSL59.19º60.16%48.24%-
HSV(B)59.19º75.13%77.25%-
XYZ43.151.1210.5-
YUV178.9554.66140.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 49 (19.53% from 255) = 11.11%
R=44.67%
G=44.22%
B=11.11%

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
Decimal1971954900.010.750.2359.1960.1648.24
HexC5C331014B173b3c30
Octal305303610111327737460
Binary110001011100001111000101100101110111111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C331; }

 p { color: rgb(197,195,49); }

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

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

 a { background-color: rgb(197,195,49); }

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

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

 span { border-color: rgb(197,195,49); }

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