#C0C32E

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

Shades of Fuego #C0C32E

Tints of Fuego #C0C32E

Color information

#C0C32E (or 0xC0C32E) is unknown color: approx Fuego. HEX triplet: C0, C3 and 2E. RGB value is (192,195,46). Sum of RGB (Red+Green+Blue) = 192+195+46=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C32E is #3F3CD1. Grayscale: #B1B1B1. Windows color (decimal): -4144338 or 3064768. OLE color: 3064768.

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

Color convert

RGB19219546-
CMYK0.0200.760.24
HSL61.21º61.83%47.25%-
HSV(B)61.21º76.41%76.47%-
XYZ41.7550.4310.12-
YUV177.1254.01138.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 195 (76.56% from 255) = 45.03%
BLUE value IS 46 (18.36% from 255) = 10.62%
R=44.34%
G=45.03%
B=10.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192195460.0200.760.2461.2161.8347.25
HexC0C32E204C183d3e2f
Octal300303562011430757657
Binary1100000011000011101110100100110011000111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C32E; }

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

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

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

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

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

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

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

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