#C0C331

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

Shades of Fuego #C0C331

Tints of Fuego #C0C331

Color information

#C0C331 (or 0xC0C331) is unknown color: approx Fuego. HEX triplet: C0, C3 and 31. RGB value is (192,195,49). Sum of RGB (Red+Green+Blue) = 192+195+49=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C331 is #3F3CCE. Grayscale: #B2B2B2. Windows color (decimal): -4144335 or 3261376. OLE color: 3261376.

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

Color convert

RGB19219549-
CMYK0.0200.750.24
HSL61.23º59.84%47.84%-
HSV(B)61.23º74.87%76.47%-
XYZ41.8150.4610.44-
YUV177.4655.51138.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 49 (19.53% from 255) = 11.24%
R=44.04%
G=44.72%
B=11.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192195490.0200.750.2461.2359.8447.84
HexC0C331204B183d3c30
Octal300303612011330757460
Binary1100000011000011110001100100101111000111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C331; }

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

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

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

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

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

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

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

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