#C4CF2E

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

Shades of Fuego #C4CF2E

Tints of Fuego #C4CF2E

Color information

#C4CF2E (or 0xC4CF2E) is unknown color: approx Fuego. HEX triplet: C4, CF and 2E. RGB value is (196,207,46). Sum of RGB (Red+Green+Blue) = 196+207+46=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CF2E is #3B30D1. Grayscale: #B9B9B9. Windows color (decimal): -3879122 or 3067844. OLE color: 3067844.

HSL color Cylindrical-coordinate representation of color #C4CF2E: hue angle of 64.1º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4CF2E is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB19620746-
CMYK0.0500.780.19
HSL64.1º63.64%49.61%-
HSV(B)64.1º77.78%81.18%-
XYZ45.5756.5611.1-
YUV185.3649.36135.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 46 (18.36% from 255) = 10.24%
R=43.65%
G=46.10%
B=10.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196207460.0500.780.1964.163.6449.61
HexC4CF2E504E13404032
Octal30431756501162310010062
Binary1100010011001111101110101010011101001110000001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CF2E; }

 p { color: rgb(196,207,46); }

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

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

 a { background-color: rgb(196,207,46); }

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

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

 span { border-color: rgb(196,207,46); }

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