#C0C831

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

Shades of Fuego #C0C831

Tints of Fuego #C0C831

Color information

#C0C831 (or 0xC0C831) is unknown color: approx Fuego. HEX triplet: C0, C8 and 31. RGB value is (192,200,49). Sum of RGB (Red+Green+Blue) = 192+200+49=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C831 is #3F37CE. Grayscale: #B4B4B4. Windows color (decimal): -4143055 or 3262656. OLE color: 3262656.

HSL color Cylindrical-coordinate representation of color #C0C831: hue angle of 63.18º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0C831 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB19220049-
CMYK0.0400.760.22
HSL63.18º60.64%48.82%-
HSV(B)63.18º75.5%78.43%-
XYZ42.9552.7410.82-
YUV180.3953.85136.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 49 (19.53% from 255) = 11.11%
R=43.54%
G=45.35%
B=11.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192200490.0400.760.2263.1860.6448.82
HexC0C831404C163f3d31
Octal300310614011426777561
Binary11000000110010001100011000100110010110111111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C831; }

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

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

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

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

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

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

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

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